| D | expmed.c | 3614 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 …]
|