Searched refs:CMPBR_INST (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 157 #define CMPBR_INST(NAME, OPC1, OPC2, C4) \ macro 171 CMPBR_INST ("cmpbeqb", 0x8, 0xC, 0x0), 172 CMPBR_INST ("cmpbneb", 0x8, 0xC, 0x1), 173 CMPBR_INST ("cmpbhib", 0x8, 0xC, 0x4), 174 CMPBR_INST ("cmpblsb", 0x8, 0xC, 0x5), 175 CMPBR_INST ("cmpbgtb", 0x8, 0xC, 0x6), 176 CMPBR_INST ("cmpbleb", 0x8, 0xC, 0x7), 177 CMPBR_INST ("cmpblob", 0x8, 0xC, 0xA), 178 CMPBR_INST ("cmpbhsb", 0x8, 0xC, 0xB), 179 CMPBR_INST ("cmpbltb", 0x8, 0xC, 0xC), [all …]
|