/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.h | 282 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 D | ifcvt.cc | 1759 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 D | optabs.cc | 629 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 D | expmed.cc | 4135 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 D | FSFChangeLog | 5 * optabs.c (emit_conditional_move): Undo canonicalization previously 2250 * optabs.c (emit_conditional_move): Don't reverse condition for FP.
|
H A D | expr.cc | 8831 insn = emit_conditional_move (temp, in expand_cond_expr_using_cmove() 9724 insn = emit_conditional_move (target, in expand_expr_real_2()
|
H A D | ChangeLog | 12609 (emit_conditional_move): Use struct and allow to call directly 12611 * optabs.h (emit_conditional_move): Use struct.
|
H A D | ChangeLog-1999 | 7908 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise. 10285 B into a register before emit_conditional_move.
|
H A D | ChangeLog-2001 | 22667 * optabs.c (emit_cmp_and_jump_insns, emit_conditional_move): Likewise. 28060 * optabs.c (emit_conditional_move): Likewise.
|
H A D | ChangeLog-2000 | 20201 emit_conditional_move. 28676 * optabs.c (emit_conditional_move): Handle relationals which
|
H A D | ChangeLog-2005 | 12522 expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move, 22928 prepare_float_lib_cmp, emit_conditional_move,
|
H A D | ChangeLog-2013 | 3770 * optabs.c (emit_conditional_move): Call save_pending_stack_adjust 3774 before calling emit_conditional_move.
|
H A D | ChangeLog-2009 | 23362 (emit_conditional_move, emit_conditional_add): Inline what's needed
|
H A D | ChangeLog-2003 | 13054 * optabs.c (emit_conditional_move): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.h | 271 rtx emit_conditional_move (rtx, enum rtx_code, rtx, rtx, machine_mode,
|
H A D | expmed.c | 4116 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 D | ifcvt.c | 1758 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 D | optabs.c | 603 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 D | FSFChangeLog | 5 * optabs.c (emit_conditional_move): Undo canonicalization previously 2250 * optabs.c (emit_conditional_move): Don't reverse condition for FP.
|
H A D | expr.c | 8457 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 D | spu.c | 6801 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 D | rs6000.cc | 16265 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 D | rs6000.c | 15454 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 D | sparc.md | 2811 ;; Note that emit_conditional_move canonicalizes operands 2,3 so that operand
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.md | 2811 ;; Note that emit_conditional_move canonicalizes operands 2,3 so that operand
|