Lines Matching refs:cbit

1336   (name h-cbit)
2168 (dnop cbit "carry bit" (SEM-ONLY all-isas) h-cbit f-nil)
7249 (set result (addc mode dst 0 cbit))
7250 (set obit (add-oflag mode dst 0 cbit))
7251 (set cbit (add-cflag mode dst 0 cbit))
7265 (set cbit (add-cflag mode src1 dst 0))
7310 (set result (addc mode src dst cbit))
7311 (set obit (add-oflag mode src dst cbit))
7312 (set cbit (add-cflag mode src dst cbit))
7336 (set result (subc mode dst src (not cbit)))
7337 (set cbit (sub-cflag mode dst src (not cbit)))
7392 (set cbit (sub-cflag mode dst src 0))
7416 (set cbit (add-cflag SI source dst 0))
7469 (set cbit (and src cbit))
7502 ((#x00) (trunc BI cbit))
7503 ((#x01) (not (or cbit zbit)))
7509 ((#xf8) (not cbit))
7510 ((#xf9) (or cbit zbit))
7522 ((#x00) (not cbit))
7523 ((#x01) (or cbit zbit))
7529 ((#x08) (trunc BI cbit))
7530 ((#x09) (not (or cbit zbit)))
7552 (bitcond-sem 16 cbit cond16c)
7560 (bitcond-sem 32 cbit cond32)
7568 (set cbit (and (inv src) cbit))
7577 (set cbit (or (inv src) cbit))
7595 (set cbit (inv src))
7605 (set cbit (xor (inv src) cbit))
7614 (set cbit (or src cbit))
7665 (set cbit dst)
7684 (set cbit dst)
7695 (set cbit dst)
7705 (set cbit (xor src cbit))
7731 (set cbit (not (sub-cflag mode dst src1 0)))
7764 (set cbit (sub-cflag mode dst (ext mode src1) 0))
7835 (set result (subc mode dst src (not cbit)))
7836 (set cbit (sub-cflag mode dst src (not cbit)))
7854 (set cbit (sub-cflag mode dst src 0))
7877 (set cbit (sub-cflag mode dst src1 0))
7968 ((#x0) (set cbit 1))
7982 ((#x0) (set cbit 0))
8143 ((#x00) (if (not cbit) (set pc label))) ;ltu nc
8144 ((#x01) (if (not (and cbit (not zbit))) (set pc label))) ;leu
8150 ((#x08) (if (trunc BI cbit) (set pc label))) ;geu c
8151 ((#x09) (if (and cbit (not zbit)) (set pc label))) ;gtu
8164 ((#x00) (if (trunc BI cbit) (set pc label))) ;geu c
8165 ((#x01) (if (and cbit (not zbit)) (set pc label))) ;gtu
8168 ((#x04) (if (not cbit) (set pc label))) ;ltu nc
8169 ((#x05) (if (not (and cbit (not zbit))) (set pc label))) ;leu
8408 (if (and tflag #x1) (set cbit 1))
8456 (if (and tflag #x1) (set cbit 1))
8479 (if (eq cbit 1) (set tflag (or tflag #x1)))
8528 (if (eq cbit 1) (set tflag (or tflag #x1)))
9202 (if (and tflag #x1) (set cbit 1))
9240 (if (and tflag #x1) (set cbit 1))
9283 (if (eq cbit 1) (set tflag (or tflag #x1)))
9319 (if (eq cbit 1) (set tflag (or tflag #x1)))
9596 (set ocbit cbit)
9597 (set cbit (and dst mask))
9619 (set ocbit cbit)
9620 (set cbit (and dst #x1))
9664 (set cbit (and tmp #x1)))
9667 (set cbit (and tmp mask))))
9682 (set cbit (and tmp #x1)))
9685 (set cbit (and tmp mask))))
9760 (set result (subc mode dst src cbit))
9761 (set obit (add-oflag mode dst src cbit))
9762 (set cbit (add-oflag mode dst src cbit))
9802 ((#x00) (if (not cbit) (set dst 1))) ;ltu nc
9803 ((#x01) (if (or cbit zbit) (set dst 1))) ;leu
9809 ((#x08) (if (trunc BI cbit) (set dst 1))) ;geu c
9810 ((#x09) (if (not (or cbit zbit)) (set dst 1))) ;gtu
9882 (set cbit (srl (and (sll dst cbitamt) #x80) #x7))
9891 (set cbit (srl (and (sll dst cbitamt) #x8000) #xf))
9909 (set cbit (srl (and (sll dst cbitamt) #x80) #x7))
9918 (set cbit (srl (and (sll dst cbitamt) #x8000) #xf))
10025 (set cbit (srl (and (sll dst cbitamt) #x80) #x7))
10034 (set cbit (srl (and (sll dst cbitamt) #x8000) #xf))
10052 (set cbit (srl (and (sll dst cbitamt) #x80) #x7))
10061 (set cbit (srl (and (sll dst cbitamt) #x8000) #xf))
10347 (set cbit (sub-cflag mode dst (ext mode src1) 0))