Searched refs:cbit (Results 1 – 11 of 11) sorted by relevance
273 (dsh h-cbit "carry bit" () (register BI))298 (dnop cbit "carry bit" () h-cbit f-nil)430 (set cbit (add-cflag w lit8 0))442 (set cbit (not (sub-cflag lit8 w 0)))454 (set cbit (not (sub-cflag lit8 w 0)))570 (set newcbit (add-cflag w fr cbit))571 (set dcbit (add-dcflag w fr cbit))582 (set 16bval (addc HI 16bval w cbit))588 (set result (addc w fr cbit)) ;; else part592 (set cbit newcbit)[all …]
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))[all …]
520 (define-pmacro cc-condition (not cbit))521 (define-pmacro cs-condition cbit)528 (define-pmacro ls-condition (or cbit zbit))529 (define-pmacro hi-condition (not (or cbit zbit)))902 (zext SI (reg BI h-cbit))928 (set (reg BI h-cbit) (if BI (ne SI (and val (sll 1 0)) 0) 1 0))966 (zext SI (reg BI h-cbit))1007 (set (reg BI h-cbit) (if BI (ne SI (and val (sll 1 0)) 0) 1 0))1215 (dnop cbit "" (SEM-ONLY) h-cbit f-nil)1216 (dnop cbit-move[all …]
1330 (name h-cbit)2162 (dnop cbit "carry bit" (SEM-ONLY all-isas) h-cbit f-nil)7243 (set result (addc mode dst 0 cbit))7244 (set obit (add-oflag mode dst 0 cbit))7245 (set cbit (add-cflag mode dst 0 cbit))7259 (set cbit (add-cflag mode src1 dst 0))7304 (set result (addc mode src dst cbit))7305 (set obit (add-oflag mode src dst cbit))7306 (set cbit (add-cflag mode src dst cbit))7330 (set result (subc mode dst src (not cbit)))[all …]
409 (psw-h-bit h-cbit "integer carry bit")486 (psw-bit cbit h-cbit "integer carry bit")678 ;; [6]=integer carry cbit728 (sll USI cbit (const 6)))834 (set cbit (and (const 1) (srl newval (const 6))))1144 (br-insn "gtu" GTU (.pmacro () (and BI cbit (not BI zbit))))1145 (br-insn "gteu" GTEU (.pmacro () (eq cbit #x1)))1146 (br-insn "lteu" LTEU (.pmacro () (or BI (not BI cbit) zbit)))1147 (br-insn "ltu" LTU (.pmacro () (eq cbit #x0)))1815 (move-insns "gtu" GTU (.pmacro () (and BI cbit (not BI zbit))))[all …]
479 (dsh h-cbit "carry bit" () (register BI))584 (dnop cbit "carry bit" (SEM-ONLY) h-cbit f-nil)691 (set mode op1 (insn1 mode op1 (mem HI op2) cbit))727 (set (mem HI op1) (insn1 mode (mem HI op1) op2 cbit))795 (set mode op1 (insn1 mode op1 op2 cbit))811 (set mode op1 (insn1 mode op1 op2 cbit))831 (set mode op1 (insn1 mode op1 op2 cbit))891 (set mode op1 (insn1 mode op1 op2 cbit))907 (set mode op1 (insn1 mode op1 op2 cbit))921 (set mode op1 (insn1 mode op1 op2 cbit))[all …]
3426 (define-pmacro (cbit icc)3956 (set GRk ((.sym operation c) GRi GRj (cbit ICCi_1)))3974 (set tmp ((.sym operation c) GRi GRj (cbit cc)))3975 (set-v cc ((.sym operation -oflag) GRi GRj (cbit cc)))3976 (set-c cc ((.sym operation -cflag) GRi GRj (cbit cc)))4228 (set GRk ((.sym operation c) GRi s10 (cbit ICCi_1)))4246 (set tmp ((.sym operation c) GRi s10 (cbit cc)))4247 (set-v cc ((.sym operation -oflag) GRi s10 (cbit cc)))4248 (set-c cc ((.sym operation -cflag) GRi s10 (cbit cc)))5798 (define-pmacro (Ils cc) ( orif (cbit cc) (zbit cc)))[all …]
1190 int cbit; in print_insn_hppa() local1192 cbit = GET_FIELD (insn, 16, 18); in print_insn_hppa()1194 if (cbit > 0) in print_insn_hppa()1195 (*info->fprintf_func) (info->stream, ",%d", cbit - 1); in print_insn_hppa()
1225 int cbit = ((iw0 >> CC2stat_cbit_bits) & CC2stat_cbit_mask); in decode_CC2stat_0() local1227 const char *bitname = statbits (cbit); in decode_CC2stat_0()1233 if (decode_statbits[cbit] == REG_LASTREG) in decode_CC2stat_0()1238 if (cbit != 5) in decode_CC2stat_0()1239 sprintf (bitnames, "ASTAT[%i /* unused bit */]", cbit); in decode_CC2stat_0()
7 # cbit instructions.
1700 bfin_gen_cc2stat (int cbit, int opc, int D) in bfin_gen_cc2stat() argument1704 ASSIGN (cbit); in bfin_gen_cc2stat()