Home
last modified time | relevance | path

Searched refs:M_LI (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-dis.c97 #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()
Dtic80-opc.c532 #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_…
Dmicromips-opc.c299 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
DChangeLog-92971053 * 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.
Dmips-opc.c427 {"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1, 0, 0 },
/toolchain/binutils/binutils-2.27/include/opcode/
Dmips.h1574 M_LI, enumerator
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c12031 case M_LI: in macro()