Home
last modified time | relevance | path

Searched refs:cmp_b (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c1351 rtx cmp_a, rtx cmp_b, rtx vfalse, rtx vtrue) in noce_emit_cmove() argument
1365 tmp = gen_rtx_fmt_ee (code, GET_MODE (if_info->cond), cmp_a, cmp_b); in noce_emit_cmove()
1386 || ! general_operand (cmp_b, GET_MODE (cmp_b))) in noce_emit_cmove()
1393 target = emit_conditional_move (x, code, cmp_a, cmp_b, VOIDmode, in noce_emit_cmove()
1431 target = emit_conditional_move (promoted_target, code, cmp_a, cmp_b, in noce_emit_cmove()
/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.c1657 rtx cmp_a, rtx cmp_b, rtx vfalse, rtx vtrue) in noce_emit_cmove() argument
1669 rtx cond = gen_rtx_fmt_ee (code, GET_MODE (if_info->cond), cmp_a, cmp_b); in noce_emit_cmove()
1692 || ! general_operand (cmp_b, GET_MODE (cmp_b))) in noce_emit_cmove()
1696 || cmp_b != const0_rtx) in noce_emit_cmove()
1703 target = emit_conditional_move (x, code, cmp_a, cmp_b, VOIDmode, in noce_emit_cmove()
1741 target = emit_conditional_move (promoted_target, code, cmp_a, cmp_b, in noce_emit_cmove()