Searched refs:cmp_operands (Results 1 – 4 of 4) sorted by relevance
581 rtx cmp_operands[2]; variable3179 if (GET_MODE_CLASS (GET_MODE (cmp_operands[0])) == MODE_INT) in mips_emit_compare()3181 if (!need_eq_ne_p && cmp_operands[1] == const0_rtx) in mips_emit_compare()3183 *op0 = cmp_operands[0]; in mips_emit_compare()3184 *op1 = cmp_operands[1]; in mips_emit_compare()3190 *op0 = mips_zero_if_equal (cmp_operands[0], cmp_operands[1]); in mips_emit_compare()3195 *op0 = cmp_operands[0]; in mips_emit_compare()3196 *op1 = force_reg (GET_MODE (*op0), cmp_operands[1]); in mips_emit_compare()3204 *op0 = gen_reg_rtx (GET_MODE (cmp_operands[0])); in mips_emit_compare()3207 cmp_operands[0], cmp_operands[1]); in mips_emit_compare()[all …]
62 if (GET_MODE_CLASS (GET_MODE (cmp_operands[0])) != MODE_INT)
123 extern GTY(()) rtx cmp_operands[2];
625 if (GET_MODE_CLASS (GET_MODE (cmp_operands[0])) == MODE_INT4284 ;; into cmp_operands[] but generates no RTL.4302 cmp_operands[0] = operands[0];4303 cmp_operands[1] = operands[1];4313 cmp_operands[0] = operands[0];4314 cmp_operands[1] = operands[1];