Home | History | Annotate | Download | only in gcc

Lines Matching defs:emit_store_flag

4030       rtx signmask = emit_store_flag (result, LT, op0, const0_rtx,
4126 temp = emit_store_flag (temp, LT, op0, const0_rtx, mode, 0, 1);
4165 temp = emit_store_flag (temp, LT, op0, const0_rtx, mode, 0, -1);
4594 quotient = emit_store_flag (tquotient, EQ, op0, op1,
4938 t3 = emit_store_flag (t3, NE, t2, const0_rtx, int_mode, 1, 1);
5033 t3 = emit_store_flag (t3, NE, t2, const0_rtx,
5501 /* Helper function for emit_store_flag. */
5606 /* A subroutine of emit_store_flag only including "tricks" that do not
5695 tem = emit_store_flag (NULL_RTX, code, tem, op1, word_mode,
5706 tem = emit_store_flag (NULL_RTX, code, op0h, op1, word_mode,
5803 /* Subroutine of emit_store_flag that handles cases in which the operands
5806 true. All other arguments are as for emit_store_flag. */
5830 tem = emit_store_flag (target, code, tem, const0_rtx,
6029 emit_store_flag (rtx target, enum rtx_code code, rtx op0, rtx op1,
6174 /* Like emit_store_flag, but always succeeds. */
6184 /* First see if emit_store_flag can do the job. */
6185 tem = emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep);