6 ;;; The unconditional branch, emitted when we can't drop through to the desired
7 ;;; destination. Dest is the continuation we transfer control to.
16 ;;;; Conditional VOPs:
19 (:args (x :scs (any-reg descriptor-reg zero null))
20 (y :scs (any-reg descriptor-reg zero null)))
28 (inst beq x y target))