Searched refs:BRANCH_INST (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 108 #define BRANCH_INST(NAME, OPC) \ macro 116 BRANCH_INST ("beq", 0x70), 117 BRANCH_INST ("bne", 0x71), 118 BRANCH_INST ("bcs", 0x72), 119 BRANCH_INST ("bcc", 0x73), 120 BRANCH_INST ("bhi", 0x74), 121 BRANCH_INST ("bls", 0x75), 122 BRANCH_INST ("bgt", 0x76), 123 BRANCH_INST ("ble", 0x77), 124 BRANCH_INST ("bfs", 0x78), [all …]
|
D | cr16-opc.c | 161 #define BRANCH_INST(NAME, OPC) \ macro 169 BRANCH_INST ("b", 0x1),
|