Home
last modified time | relevance | path

Searched refs:emit_conditional_move (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.h282 rtx emit_conditional_move (rtx, rtx_comparison, rtx, rtx, machine_mode, int);
283 rtx emit_conditional_move (rtx, rtx, rtx, rtx, rtx, machine_mode);
H A Difcvt.cc1759 target = emit_conditional_move (x, cc_cmp, rev_cc_cmp, in noce_emit_cmove()
1774 target = emit_conditional_move (x, { code, cmp_a, cmp_b, VOIDmode }, in noce_emit_cmove()
1814 target = emit_conditional_move (promoted_target, in noce_emit_cmove()
H A Doptabs.cc629 if (!emit_conditional_move (into_target, { cmp_code, cmp1, cmp2, op1_mode }, in expand_doubleword_shift_condmove()
634 if (!emit_conditional_move (outof_target, in expand_doubleword_shift_condmove()
4861 emit_conditional_move (rtx target, struct rtx_comparison comp, in emit_conditional_move() function
4981 emit_conditional_move (rtx target, rtx comparison, rtx rev_comparison, in emit_conditional_move() function
H A Dexpmed.cc4135 temp2 = emit_conditional_move (temp2, { LT, temp2, const0_rtx, mode }, in expand_sdiv_pow2()
6138 tem = emit_conditional_move (target, { code, op0, op1, mode }, in emit_store_flag()
6141 tem = emit_conditional_move (target, { code, op0, op1, mode }, in emit_store_flag()
H A DFSFChangeLog5 * optabs.c (emit_conditional_move): Undo canonicalization previously
2250 * optabs.c (emit_conditional_move): Don't reverse condition for FP.
H A Dexpr.cc8831 insn = emit_conditional_move (temp, in expand_cond_expr_using_cmove()
9724 insn = emit_conditional_move (target, in expand_expr_real_2()
H A DChangeLog12609 (emit_conditional_move): Use struct and allow to call directly
12611 * optabs.h (emit_conditional_move): Use struct.
H A DChangeLog-19997908 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
10285 B into a register before emit_conditional_move.
H A DChangeLog-200122667 * optabs.c (emit_cmp_and_jump_insns, emit_conditional_move): Likewise.
28060 * optabs.c (emit_conditional_move): Likewise.
H A DChangeLog-200020201 emit_conditional_move.
28676 * optabs.c (emit_conditional_move): Handle relationals which
H A DChangeLog-200512522 expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move,
22928 prepare_float_lib_cmp, emit_conditional_move,
H A DChangeLog-20133770 * optabs.c (emit_conditional_move): Call save_pending_stack_adjust
3774 before calling emit_conditional_move.
H A DChangeLog-200923362 (emit_conditional_move, emit_conditional_add): Inline what's needed
H A DChangeLog-200313054 * optabs.c (emit_conditional_move): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.h271 rtx emit_conditional_move (rtx, enum rtx_code, rtx, rtx, machine_mode,
H A Dexpmed.c4116 temp2 = emit_conditional_move (temp2, LT, temp2, const0_rtx, in expand_sdiv_pow2()
6105 tem = emit_conditional_move (target, code, op0, op1, mode, in emit_store_flag()
6108 tem = emit_conditional_move (target, code, op0, op1, mode, in emit_store_flag()
H A Difcvt.c1758 target = emit_conditional_move (x, code, cmp_a, cmp_b, VOIDmode, in noce_emit_cmove()
1796 target = emit_conditional_move (promoted_target, code, cmp_a, cmp_b, in noce_emit_cmove()
H A Doptabs.c603 if (!emit_conditional_move (into_target, cmp_code, cmp1, cmp2, op1_mode, in expand_doubleword_shift_condmove()
608 if (!emit_conditional_move (outof_target, cmp_code, cmp1, cmp2, op1_mode, in expand_doubleword_shift_condmove()
4361 emit_conditional_move (rtx target, enum rtx_code code, rtx op0, rtx op1, in emit_conditional_move() function
H A DFSFChangeLog5 * optabs.c (emit_conditional_move): Undo canonicalization previously
2250 * optabs.c (emit_conditional_move): Don't reverse condition for FP.
H A Dexpr.c8457 insn = emit_conditional_move (temp, comparison_code, in expand_cond_expr_using_cmove()
9282 insn = emit_conditional_move (target, comparison_code, in expand_expr_real_2()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c6801 ls = emit_conditional_move (ls, NE, op, const0_rtx, Pmode, in spu_addr_space_convert()
6820 ls = emit_conditional_move (ls, NE, op, const0_rtx, Pmode, in spu_addr_space_convert()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc16265 target = emit_conditional_move (dest, { c, op0, op1, mode }, in rs6000_emit_minmax()
16268 target = emit_conditional_move (dest, { c, op0, op1, mode }, in rs6000_emit_minmax()
22641 rtx target = emit_conditional_move (e, { GT, src, zero, mode }, in rs6000_emit_swsqrt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c15454 target = emit_conditional_move (dest, c, op0, op1, mode, in rs6000_emit_minmax()
15457 target = emit_conditional_move (dest, c, op0, op1, mode, in rs6000_emit_minmax()
22037 rtx target = emit_conditional_move (e, GT, src, zero, mode, in rs6000_emit_swsqrt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.md2811 ;; Note that emit_conditional_move canonicalizes operands 2,3 so that operand
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.md2811 ;; Note that emit_conditional_move canonicalizes operands 2,3 so that operand

12