Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/gas/config/
Dtc-tic54x.c3406 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) in operands_match()
3422 operands[op].type = OPTYPE (refoptype[refop]); in operands_match()
3435 if (OPTYPE (refoptype[refop]) == OP_DST) in operands_match()
4042 if ((OPTYPE (insn->operands[i].type) == OP_Smem in build_insn()
4043 || OPTYPE (insn->operands[i].type) == OP_Lmem in build_insn()
4044 || OPTYPE (insn->operands[i].type) == OP_Sind) in build_insn()
4101 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem in optimize_insn()
4102 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT in optimize_insn()
4105 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem in optimize_insn()
4106 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn()
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro