Searched refs:BRANCH_INS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | cr16-opc.c | 163 {NAME, 1, OPC, 28, BRANCH_INS, {{cc,20}, {dispe9,16}}}, \ 165 {NAME, 2, ((OPC<<4)+0x8), 24, BRANCH_INS, {{cc,20}, {disps17,0}}}, \ 167 {NAME, 3, (OPC<<4), 16 , BRANCH_INS, {{cc,4}, {disps25,16}}}
|
| HD | cr16-dis.c | 475 if ((IS_INSN_TYPE (BRANCH_INS)) in make_argument() 629 if (IS_INSN_TYPE (BRANCH_INS) || IS_INSN_MNEMONIC ("bal")) in print_arg()
|
| /freebsd-11-stable/contrib/binutils/include/opcode/ |
| HD | cr16.h | 162 #define BRANCH_INS 3 macro
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-cr16.c | 946 else if (IS_INSN_TYPE (BRANCH_INS)) in process_label_constant()
|