Home
last modified time | relevance | path

Searched refs:OPTYPE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dtic54x-dis.c92 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr()
93 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr()
94 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr()
95 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr()
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr()
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr()
206 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++) in print_instruction()
211 switch (OPTYPE (tm_operands[i])) in print_instruction()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3378 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) in operands_match()
3394 operands[op].type = OPTYPE (refoptype[refop]); in operands_match()
3407 if (OPTYPE (refoptype[refop]) == OP_DST) in operands_match()
4015 if ((OPTYPE (insn->operands[i].type) == OP_Smem in build_insn()
4016 || OPTYPE (insn->operands[i].type) == OP_Lmem in build_insn()
4017 || OPTYPE (insn->operands[i].type) == OP_Sind) in build_insn()
4074 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem in optimize_insn()
4075 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT in optimize_insn()
4078 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem in optimize_insn()
4079 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro