Home
last modified time | relevance | path

Searched refs:FL_EXT (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dtic54x-opc.c252 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},
Dtic54x-dis.c81 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/
Dtic54x.h137 #define FL_EXT 0x20 /* instruction takes two words */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3751 int ext = (insn->tm->flags & FL_EXT) != 0; in encode_operand()
4031 if (insn->tm->flags & FL_EXT) in build_insn()