Searched refs:FL_EXT (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic54x-opc.c | 252 FL_EXT|FL_SMR, 0x0C00, 0xFCE0, XREST}, 328 FL_EXT|FL_SMR, 0x0C40, 0xFEE0, XREST}, 433 FL_EXT, 0x0C60, 0xFEE0, XREST}, 438 FL_EXT, 0x0C80, 0xFEE0, XREST }, 449 FL_EXT|FL_SMR, 0x0C20, 0xFCE0, XREST},
|
D | tic54x-dis.c | 81 size, (tm->flags & FL_EXT))) in print_insn_tic54x() 113 if (tm->flags & FL_EXT) in tic54x_get_insn()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 137 #define FL_EXT 0x20 /* instruction takes two words */ macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 3751 int ext = (insn->tm->flags & FL_EXT) != 0; in encode_operand() 4031 if (insn->tm->flags & FL_EXT) in build_insn()
|