Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic80.c212 exp[numexp].X_add_number = TIC80_OPERAND_M_SI | TIC80_OPERAND_M_LI; in get_operands()
392 || (num & flags & TIC80_OPERAND_M_LI) in find_opcode()
544 else if ((num & TIC80_OPERAND_M_LI) in build_insn()
545 && (flags & TIC80_OPERAND_M_LI)) in build_insn()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic80.h186 #define TIC80_OPERAND_M_LI (1 << 8) macro
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic80-dis.c96 #define M_LI(insn,op) ((((op)->flags & TIC80_OPERAND_M_LI) != 0) && ((insn) & (1 << 15)))
Dtic80-opc.c486 { 5, 22, NULL, NULL, TIC80_OPERAND_GPR | TIC80_OPERAND_PARENS | TIC80_OPERAND_M_LI },