Searched refs:CMPBR_INS (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | crx-opc.c | 158 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \ 161 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \ 164 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \ 167 {NAME, 3, ((0x310+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
|
| H A D | crx-dis.c | 408 if (IS_INSN_TYPE (CMPBR_INS) && (p.val == ESCAPE_16_BIT)) in make_argument() 583 || IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (DCR_BRANCH_INS) in print_arg()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | crx.h | 159 #define CMPBR_INS 5 macro
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-crx.c | 711 else if (IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (COP_BRANCH_INS)) in process_label_constant() 1958 else if (IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (COP_BRANCH_INS)) in print_insn()
|