Searched refs:write_complex_part (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | expr.c | 161 static void write_complex_part (rtx, rtx, bool); 2528 write_complex_part (object, zero, 0); in clear_storage() 2529 write_complex_part (object, zero, 1); in clear_storage() 2721 write_complex_part (rtx cplx, rtx val, bool imag_p) in write_complex_part() function 3074 write_complex_part (x, read_complex_part (y, false), false); in emit_move_complex() 3075 write_complex_part (x, read_complex_part (y, true), true); in emit_move_complex() 8634 write_complex_part (target, op0, false); in expand_expr_real_1() 8635 write_complex_part (target, op1, true); in expand_expr_real_1()
|