Home
last modified time | relevance | path

Searched refs:BRANCH_INST (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dcrx-opc.c108 #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 …]
Dcr16-opc.c161 #define BRANCH_INST(NAME, OPC) \ macro
169 BRANCH_INST ("b", 0x1),