Searched refs:OPTYPE (Results 1 – 3 of 3) sorted by relevance
92 && (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()
3378 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 …]
116 #define OPTYPE(X) ((X)&~OPT) macro