6 ;;; The unconditional branch, emitted when we can't drop through to the desired
7 ;;; destination. Dest is the continuation we transfer control to.
12 (inst b dest :nullify t)))
15 ;;;; Conditional VOPs:
18 (:args (x :scs (any-reg descriptor-reg zero null))
19 (y :scs (any-reg descriptor-reg zero null)))
25 (inst bc := not-p x y target)))