Home
last modified time | relevance | path

Searched refs:emit_store_flag (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dexpmed.c3614 rtx signmask = emit_store_flag (result, LT, op0, const0_rtx, in expand_smod_pow2()
3714 temp = emit_store_flag (temp, LT, op0, const0_rtx, mode, 0, 1); in expand_sdiv_pow2()
3755 temp = emit_store_flag (temp, LT, op0, const0_rtx, mode, 0, -1); in expand_sdiv_pow2()
4046 quotient = emit_store_flag (tquotient, GEU, op0, op1, in expand_divmod()
4165 quotient = emit_store_flag (tquotient, EQ, op0, op1, in expand_divmod()
4520 t3 = emit_store_flag (t3, NE, t2, const0_rtx, in expand_divmod()
4618 t3 = emit_store_flag (t3, NE, t2, const0_rtx, in expand_divmod()
5106 emit_store_flag (rtx target, enum rtx_code code, rtx op0, rtx op1, in emit_store_flag() function
5187 return emit_store_flag (target, code, op0both, op1, word_mode, in emit_store_flag()
5197 return emit_store_flag (target, code, op0h, op1, word_mode, in emit_store_flag()
[all …]
Dexpr.h329 extern rtx emit_store_flag (rtx, enum rtx_code, rtx, rtx, enum machine_mode,
Difcvt.c676 return emit_store_flag (x, code, XEXP (cond, 0), in noce_emit_store_flag()
1891 m = emit_store_flag (gen_reg_rtx (mode), LT, m, const0_rtx, mode, 0, -1); in noce_try_sign_mask()
DFSFChangeLog.10314 * expmed.c (emit_store_flag): If expanding (GE X 0) will need two
6551 * expmed.c (emit_store_flag): Always set LAST.
6690 * expmed.c (expand_divmod): Always check result of emit_store_flag.
8195 * expmed.c (emit_store_flag): When creating store flag
DFSFChangeLog213 * expmed.c (emit_store_flag): Don't try to negate STORE_FLAG_VALUE.
Dexpr.c9218 result = emit_store_flag (target, code, op0, op1, in do_store_flag()
DFSFChangeLog.113796 * expmed.c (expand_divmod, emit_store_flag): Likewise.
7815 * expmed.c (emit_store_flag): Properly test for STORE_FLAG_VALUE
9701 * jump.c (jump_optimize): Use emit_store_flag even if branches
DChangeLog-200414570 expand_mult_highpart, expand_divmod, emit_store_flag,
18845 * expmed.c (expand_mult_const, emit_store_flag): Likewise.
23473 emit_group_store, emit_store_flag,
25101 * expmed.c (emit_store_flag): Also special-case double-word
26274 * ifcvt.c (noce_try_sign_mask): Call emit_store_flag to generate
26729 expand_mult_const, expand_divmod, emit_store_flag): Likewise.
30797 * expmed.c (emit_store_flag): Cope with FLOAT_STORE_FLAG_VALUE.
DChangeLog-19984362 (emit_store_flag): Use `(unsigned HOST_WIDE_INT) 1' in shift.
10333 * i386.md (movsfcc, movdfcc, movxfcc): Use emit_store_flag
DChangeLog-19997895 (emit_store_flag): Likewise.
10745 * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
DChangeLog-200229393 * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
30383 (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
33041 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
DChangeLog-200021519 * expmed.c (emit_store_flag): If comparing two-word integer
32123 * expmed.c (emit_store_flag): Prevent losing a pending stack
DChangeLog-2001915 * expmed.c (emit_store_flag): Extract updated comparison code
22208 * expmed.c (emit_store_flag): Likewise.
DChangeLog-200319494 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
34399 * expmed.c (emit_store_flag): Fix cast to avoid sign
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c11285 tmp = emit_store_flag (tmp, code, ix86_compare_op0, in ix86_expand_int_movcc()
11429 out = emit_store_flag (out, code, ix86_compare_op0, in ix86_expand_int_movcc()
11463 out = emit_store_flag (out, code, ix86_compare_op0, in ix86_expand_int_movcc()
11564 out = emit_store_flag (out, code, ix86_compare_op0, in ix86_expand_int_movcc()
11569 out = emit_store_flag (out, code, ix86_compare_op0, in ix86_expand_int_movcc()
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.md11855 ;; integer scc insns here or in the portable methods in emit_store_flag.