Lines Matching refs:write_complex_part
3078 write_complex_part (object, zero, 0); in clear_storage_hints()
3079 write_complex_part (object, zero, 1); in clear_storage_hints()
3239 write_complex_part (rtx cplx, rtx val, bool imag_p) in write_complex_part() function
3547 write_complex_part (x, read_complex_part (y, false), false); in emit_move_complex_parts()
3548 write_complex_part (x, read_complex_part (y, true), true); in emit_move_complex_parts()
5333 write_complex_part (temp, XEXP (to_rtx, 0), false); in expand_assignment()
5334 write_complex_part (temp, XEXP (to_rtx, 1), true); in expand_assignment()
9576 write_complex_part (target, op1, true); in expand_expr_real_2()
9577 write_complex_part (target, op0, false); in expand_expr_real_2()
9606 write_complex_part (target, op0, false); in expand_expr_real_2()
9607 write_complex_part (target, op1, true); in expand_expr_real_2()