Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dtic80.h182 #define TIC80_OPERAND_M_SI (1 << 7) macro
DChangeLog-91032025 * tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m".
/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-dis.c96 #define M_SI(insn,op) ((((op)->flags & TIC80_OPERAND_M_SI) != 0) && ((insn) & (1 << 17)))
Dtic80-opc.c475 { 5, 22, NULL, NULL, TIC80_OPERAND_GPR | TIC80_OPERAND_PARENS | TIC80_OPERAND_M_SI },