Searched refs:cbit (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | cris.cpu | 519 (define-pmacro cc-condition (not cbit)) 520 (define-pmacro cs-condition cbit) 527 (define-pmacro ls-condition (or cbit zbit)) 528 (define-pmacro hi-condition (not (or cbit zbit))) 901 (zext SI (reg BI h-cbit)) 927 (set (reg BI h-cbit) (if BI (ne SI (and val (sll 1 0)) 0) 1 0)) 965 (zext SI (reg BI h-cbit)) 1006 (set (reg BI h-cbit) (if BI (ne SI (and val (sll 1 0)) 0) 1 0)) 1214 (dnop cbit "" (SEM-ONLY) h-cbit f-nil) 1215 (dnop cbit-move [all …]
|
| H A D | m32c.cpu | 1305 (name h-cbit) 2129 (dnop cbit "carry bit" (SEM-ONLY all-isas) h-cbit f-nil) 7151 (set result (addc mode dst 0 cbit)) 7152 (set obit (add-oflag mode dst 0 cbit)) 7153 (set cbit (add-cflag mode dst 0 cbit)) 7167 (set cbit (add-cflag mode src1 dst 0)) 7212 (set result (addc mode src dst cbit)) 7213 (set obit (add-oflag mode src dst cbit)) 7214 (set cbit (add-cflag mode src dst cbit)) 7238 (set result (subc mode dst src (not cbit))) [all …]
|
| H A D | frv.cpu | 3416 (define-pmacro (cbit icc) 3946 (set GRk ((.sym operation c) GRi GRj (cbit ICCi_1))) 3964 (set tmp ((.sym operation c) GRi GRj (cbit cc))) 3965 (set-v cc ((.sym operation -oflag) GRi GRj (cbit cc))) 3966 (set-c cc ((.sym operation -cflag) GRi GRj (cbit cc))) 4218 (set GRk ((.sym operation c) GRi s10 (cbit ICCi_1))) 4236 (set tmp ((.sym operation c) GRi s10 (cbit cc))) 4237 (set-v cc ((.sym operation -oflag) GRi s10 (cbit cc))) 4238 (set-c cc ((.sym operation -cflag) GRi s10 (cbit cc))) 5788 (define-pmacro (Ils cc) ( orif (cbit cc) (zbit cc))) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | hppa-dis.c | 1202 int cbit; local 1204 cbit = GET_FIELD (insn, 16, 18); 1206 if (cbit > 0) 1207 (*info->fprintf_func) (info->stream, ",%d", cbit - 1);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | hppa-dis.c | 1189 int cbit; in print_insn_hppa() local 1191 cbit = GET_FIELD (insn, 16, 18); in print_insn_hppa() 1193 if (cbit > 0) in print_insn_hppa() 1194 (*info->fprintf_func) (info->stream, ",%d", cbit - 1); in print_insn_hppa()
|
| H A D | bfin-dis.c | 1047 int cbit = ((iw0 >> CC2stat_cbit_bits) & CC2stat_cbit_mask); in decode_CC2stat_0() local 1052 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1057 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1062 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1067 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1071 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1076 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1081 OUTS (outf, statbits (cbit)); in decode_CC2stat_0() 1086 OUTS (outf, statbits (cbit)); in decode_CC2stat_0()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | bfin-aux.h | 102 bfin_gen_cc2stat (int cbit, int op, int d);
|
| H A D | tc-bfin.c | 1762 bfin_gen_cc2stat (int cbit, int op, int D) in bfin_gen_cc2stat() argument 1766 ASSIGN (cbit); in bfin_gen_cc2stat()
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | machdep.c | 1312 bus_addr_t addr, cbit; in _bus_dmamem_map() local 1329 cbit = 0; in _bus_dmamem_map() 1331 cbit |= PMAP_NC; in _bus_dmamem_map() 1342 error = pmap_enter(pmap_kernel(), va, addr | cbit, in _bus_dmamem_map()
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | frv.cpu | 2959 (define-pmacro (cbit icc) 3465 (set GRk ((.sym operation c) GRi GRj (cbit ICCi_1))) 3482 (set tmp ((.sym operation c) GRi GRj (cbit cc))) 3483 (set-v cc ((.sym operation -oflag) GRi GRj (cbit cc))) 3484 (set-c cc ((.sym operation -cflag) GRi GRj (cbit cc))) 3726 (set GRk ((.sym operation c) GRi s10 (cbit ICCi_1))) 3743 (set tmp ((.sym operation c) GRi s10 (cbit cc))) 3744 (set-v cc ((.sym operation -oflag) GRi s10 (cbit cc))) 3745 (set-c cc ((.sym operation -cflag) GRi s10 (cbit cc))) 5253 (define-pmacro (Ils cc) ( orif (cbit cc) (zbit cc))) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 515 * h8300.md (attr cc): Delete whoops,cbit. Add set_zn_c0.
|