Searched refs:M_LI (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic80-dis.c | 97 #define M_LI(insn,op) ((((op)->flags & TIC80_OPERAND_M_LI) != 0) && ((insn) & (1 << 15))) macro 110 if (M_SI (insn, operand) || M_LI (insn, operand)) in print_operand()
|
D | tic80-opc.c | 532 #define M_LI(x) ((x) << 15) macro 718 {"dcachec", OP_LI(0x371), F(1) | (MASK_LI & ~M_LI(1)) | S(1) | D(1), 0, {LSI, REG_BASE_M_LI} }, 724 …{"dcachef", OP_LI(0x371) | F(1), F(1) | (MASK_LI & ~M_LI(1)) | S(1) | D(1), 0, {LSI, REG_BASE_…
|
D | micromips-opc.c | 299 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
|
D | ChangeLog-9297 | 1053 * tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit 1056 Use M_SI and M_LI macros to check for ":m" modifier for GPR operands. 1058 (F, M_REG, M_LI, M_SI, SZ_REG, SZ_LI, SZ_SI, D, S): New bit-twiddlers.
|
D | mips-opc.c | 427 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | mips.h | 1574 M_LI, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 12031 case M_LI: in macro()
|