Searched refs:BOP_MASK (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | v850-opc.c | 33 #define BOP_MASK ((0x78 << 4) | 0x0f) macro 1357 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1358 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1359 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1360 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1362 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1363 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1364 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1365 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1367 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all …]
|
D | ChangeLog-9297 | 1558 * v850-opc.c (BOP_MASK): Fix.
|