Searched refs:read_complex_part (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | expr.h | 233 extern rtx read_complex_part (rtx, bool); 235 extern rtx read_complex_part (rtx, bool);
|
| HD | expr.c | 3216 read_complex_part (rtx cplx, bool imag_p) in read_complex_part() function 3444 read_complex_part (y, imag_first)); in emit_move_complex_push() 3446 read_complex_part (y, !imag_first)); in emit_move_complex_push() 3462 write_complex_part (x, read_complex_part (y, false), false); in emit_move_complex_parts() 3463 write_complex_part (x, read_complex_part (y, true), true); in emit_move_complex_parts() 5196 read_complex_part (from_rtx, false)); in expand_assignment() 5198 read_complex_part (from_rtx, true)); in expand_assignment() 5230 emit_move_insn (XEXP (to_rtx, 0), read_complex_part (temp, false)); in expand_assignment() 5231 emit_move_insn (XEXP (to_rtx, 1), read_complex_part (temp, true)); in expand_assignment() 10690 rtx op = read_complex_part (op0, i != 0); in expand_expr_real_1() [all …]
|
| HD | expmed.c | 392 rtx real = read_complex_part (x, false); in flip_storage_order() 393 rtx imag = read_complex_part (x, true); in flip_storage_order()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | expr.c | 2920 read_complex_part (rtx cplx, bool imag_p) in read_complex_part() function 3151 read_complex_part (y, imag_first)); in emit_move_complex_push() 3153 read_complex_part (y, !imag_first)); in emit_move_complex_push() 3169 write_complex_part (x, read_complex_part (y, false), false); in emit_move_complex_parts() 3170 write_complex_part (x, read_complex_part (y, true), true); in emit_move_complex_parts() 4803 read_complex_part (from_rtx, false)); in expand_assignment() 4805 read_complex_part (from_rtx, true)); in expand_assignment() 4819 emit_move_insn (XEXP (to_rtx, 0), read_complex_part (temp, false)); in expand_assignment() 4820 emit_move_insn (XEXP (to_rtx, 1), read_complex_part (temp, true)); in expand_assignment() 10263 return read_complex_part (op0, false); in expand_expr_real_1() [all …]
|