Searched refs:OPCODE_FAKE (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | d10v-opc.c | 186 { "bl", OPCODE_FAKE, 0, 0, 0, 0, 0, { 0, 8, 16, 0 } }, 190 { "bra", OPCODE_FAKE, 0, 0, 0, 0, 0, { 0, 8, 16, 0 } }, 193 { "brf0f", OPCODE_FAKE, 0, 0, 0, 0, 0, { 0, 8, 16, 0 } }, 196 { "brf0t", OPCODE_FAKE, 0, 0, 0, 0, 0, { 0, 8, 16, 0 } }, 206 { "cmpeqi", OPCODE_FAKE, 0, 0, 0, 0, 0, { 1, 4, 16, 0 } }, 209 { "cmpi", OPCODE_FAKE, 0, 0, 0, 0, 0, { 1, 4, 16, 0 } }, 242 { "ldi", OPCODE_FAKE, 0, 0, 0, 0, 0, { 1, 4, 16, 0 } },
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | d10v.h | 56 #define OPCODE_FAKE 32 macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-d10v.c | 1159 if (opcode->format == OPCODE_FAKE) in find_opcode()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 205 * config/tc-d10v.c (find_opcode): For OPCODE_FAKE, add check for
|