Searched refs:OPTYPE (Results 1 – 7 of 7) sorted by relevance
90 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr()91 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr()92 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr()93 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr()94 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr()95 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr()205 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++)210 switch (OPTYPE (tm_operands[i]))
3718 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))3734 operands[op].type = OPTYPE (refoptype[refop]);3747 if (OPTYPE (refoptype[refop]) == OP_DST)4375 if ((OPTYPE (insn->operands[i].type) == OP_Smem4376 || OPTYPE (insn->operands[i].type) == OP_Lmem4377 || OPTYPE (insn->operands[i].type) == OP_Sind)4435 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem4436 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT4439 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem4440 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT[all …]
3666 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))3682 operands[op].type = OPTYPE (refoptype[refop]);3695 if (OPTYPE (refoptype[refop]) == OP_DST)4323 if ((OPTYPE (insn->operands[i].type) == OP_Smem4324 || OPTYPE (insn->operands[i].type) == OP_Lmem4325 || OPTYPE (insn->operands[i].type) == OP_Sind)4383 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem4384 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT4387 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem4388 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT[all …]
116 #define OPTYPE(X) ((X)&~OPT) macro
3013 #define LOAD_INTERNAL(OPTYPE, OPVALUE) \ argument3187 #define STORE_INTERNAL(OPTYPE, OPVALUE) \ argument3191 tree type = OPTYPE; \