Lines Matching refs:cmp_op1

870   rtx cmp_op1 = operands[2];  in nds32_expand_float_cbranch()  local
893 cmp_op0 = cmp_op1; in nds32_expand_float_cbranch()
894 cmp_op1 = tmp; in nds32_expand_float_cbranch()
916 cmp_op0 = cmp_op1; in nds32_expand_float_cbranch()
917 cmp_op1 = tmp; in nds32_expand_float_cbranch()
928 cmp_op0, cmp_op1))); in nds32_expand_float_cbranch()
943 rtx cmp_op1 = operands[3]; in nds32_expand_float_cstore() local
970 cmp_op0 = cmp_op1; in nds32_expand_float_cstore()
971 cmp_op1 =tmp; in nds32_expand_float_cstore()
981 emit_insn (gen_cmpsf_un (operands[0], cmp_op0, cmp_op1)); in nds32_expand_float_cstore()
983 emit_insn (gen_cmpdf_un (operands[0], cmp_op0, cmp_op1)); in nds32_expand_float_cstore()
989 emit_insn (gen_cmpsf_eq (operands[0], cmp_op0, cmp_op1)); in nds32_expand_float_cstore()
991 emit_insn (gen_cmpdf_eq (operands[0], cmp_op0, cmp_op1)); in nds32_expand_float_cstore()
1001 cmp_op0, cmp_op1))); in nds32_expand_float_cstore()
1011 rtx cmp_op1 = XEXP (operands[1], 1); in nds32_expand_movcc() local
1073 cmp_op0 = cmp_op1; in nds32_expand_movcc()
1074 cmp_op1 = tmp; in nds32_expand_movcc()
1084 emit_insn (gen_xorsi3 (tmp, cmp_op0, cmp_op1)); in nds32_expand_movcc()
1093 emit_insn (gen_slts_compare (tmp, cmp_op0, cmp_op1)); in nds32_expand_movcc()
1095 emit_insn (gen_slt_compare (tmp, cmp_op0, cmp_op1)); in nds32_expand_movcc()
1134 rtx cmp_op1 = XEXP (operands[1], 1); in nds32_expand_float_movcc() local
1167 cmp_op0 = cmp_op1; in nds32_expand_float_movcc()
1168 cmp_op1 =tmp; in nds32_expand_float_movcc()
1190 cmp_op0 = cmp_op1; in nds32_expand_float_movcc()
1191 cmp_op1 = tmp; in nds32_expand_float_movcc()
1210 cmp_op0, cmp_op1))); in nds32_expand_float_movcc()
1218 cmp_op0, cmp_op1)); in nds32_expand_float_movcc()