Lines Matching refs:cbit
366 (dsh h-cbit "carry bit" () (register BI))
519 (dnop cbit "carry bit" (SEM-ONLY) h-cbit f-nil)
562 (set cbit ((.sym op -cflag) arg2 arg1 (const 0)))
591 (set tmp ((.sym op c) arg2 arg1 cbit))
592 (set vbit ((.sym op -oflag) arg2 arg1 cbit))
593 (set cbit ((.sym op -cflag) arg2 arg1 cbit))
622 (set cbit (sub-cflag arg2 arg1 (const 0)))
866 (set cbit (add-cflag (reg h-dr 4) Ri (const 0))))
869 (set cbit (sub-cflag (reg h-dr 4) Ri (const 0)))))
870 (if (not (xor (xor d0bit d1bit) cbit))
887 (set cbit (add-cflag (reg h-dr 4) Ri (const 0))))
890 (set cbit (sub-cflag (reg h-dr 4) Ri (const 0)))))
929 (set cbit (ne (and arg2
934 (set cbit (const 0)))
954 (set cbit (ne (and arg2
959 (set cbit (const 0)))
1460 (cond-branch c cbit)
1461 (cond-branch nc (not cbit))
1470 (cond-branch ls (or cbit zbit))
1471 (cond-branch hi (not (or cbit zbit)))