Searched refs:write_complex_part (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | expr.c | 161 static void write_complex_part (rtx, rtx, bool); 2527 write_complex_part (object, zero, 0); in clear_storage() 2528 write_complex_part (object, zero, 1); in clear_storage() 2717 write_complex_part (rtx cplx, rtx val, bool imag_p) in write_complex_part() function 3070 write_complex_part (x, read_complex_part (y, false), false); in emit_move_complex() 3071 write_complex_part (x, read_complex_part (y, true), true); in emit_move_complex() 8679 write_complex_part (target, op0, false); in expand_expr_real_1() 8680 write_complex_part (target, op1, true); in expand_expr_real_1()
|
| H A D | ChangeLog-2004 | 782 * expr.c (write_complex_part): Use a subreg if the original object 2325 * expr.c (write_complex_part): Use simplify_gen_subreg when the 2494 * expr.c (write_complex_part, read_complex_part): New. 2499 (expand_expr_real_1) <COMPLEX_EXPR>: Use write_complex_part.
|
| H A D | ChangeLog-2005 | 9251 * expr.c (write_complex_part): Return after handling MEM. 13030 * expr.c (write_complex_part): Use adjust_address for MEM.
|