Searched refs:DCR_BRANCH_INS (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | crx-opc.c | 500 BR_INST ("dbnzb", 0x304, 0x314, DCR_BRANCH_INS), 501 BR_INST ("dbnzw", 0x305, 0x315, DCR_BRANCH_INS), 502 BR_INST ("dbnzd", 0x306, 0x316, DCR_BRANCH_INS),
|
| D | crx-dis.c | 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/ |
| D | crx.h | 168 #define DCR_BRANCH_INS 14 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-crx.c | 702 if (IS_INSN_MNEMONIC ("bal") || IS_INSN_TYPE (DCR_BRANCH_INS)) in process_label_constant() 1955 else if (IS_INSN_TYPE (DCR_BRANCH_INS) || IS_INSN_MNEMONIC ("bal")) in print_insn()
|