/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.h | 237 extern void write_complex_part (rtx, rtx, bool);
|
H A D | internal-fn.c | 599 write_complex_part (target, constm1_rtx, true); in expand_arith_set_overflow() 601 write_complex_part (target, const1_rtx, true); in expand_arith_set_overflow() 656 write_complex_part (target, lres, false); in expand_arith_overflow_result_store() 701 write_complex_part (target, const0_rtx, true); in expand_addsub_overflow() 1146 write_complex_part (target, const0_rtx, true); in expand_neg_overflow() 1271 write_complex_part (target, const0_rtx, true); in expand_mul_overflow() 2014 write_complex_part (target, const0_rtx, true); in expand_mul_overflow() 2283 write_complex_part (target, const0_rtx, true); in expand_arith_overflow()
|
H A D | expr.c | 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() [all …]
|
H A D | builtins.c | 6876 write_complex_part (target, boolret, true); in expand_ifn_atomic_compare_exchange_into_call() 6877 write_complex_part (target, x, false); in expand_ifn_atomic_compare_exchange_into_call() 6946 write_complex_part (target, boolret, true); in expand_ifn_atomic_compare_exchange() 6947 write_complex_part (target, oldval, false); in expand_ifn_atomic_compare_exchange()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.h | 256 extern void write_complex_part (rtx, rtx, bool);
|
H A D | internal-fn.cc | 740 write_complex_part (target, constm1_rtx, true); in expand_arith_set_overflow() 742 write_complex_part (target, const1_rtx, true); in expand_arith_set_overflow() 797 write_complex_part (target, lres, false); in expand_arith_overflow_result_store() 842 write_complex_part (target, const0_rtx, true); in expand_addsub_overflow() 1287 write_complex_part (target, const0_rtx, true); in expand_neg_overflow() 1416 write_complex_part (target, const0_rtx, true); in expand_mul_overflow() 2233 write_complex_part (target, const0_rtx, true); in expand_mul_overflow() 2512 write_complex_part (target, const0_rtx, true); in expand_arith_overflow()
|
H A D | expr.cc | 3270 write_complex_part (object, zero, 0); in clear_storage_hints() 3271 write_complex_part (object, zero, 1); in clear_storage_hints() 3435 write_complex_part (rtx cplx, rtx val, bool imag_p) in write_complex_part() function 3743 write_complex_part (x, read_complex_part (y, false), false); in emit_move_complex_parts() 3744 write_complex_part (x, read_complex_part (y, true), true); in emit_move_complex_parts() 5611 write_complex_part (temp, XEXP (to_rtx, 0), false); in expand_assignment() 5612 write_complex_part (temp, XEXP (to_rtx, 1), true); in expand_assignment() 10019 write_complex_part (target, op1, true); in expand_expr_real_2() 10020 write_complex_part (target, op0, false); in expand_expr_real_2() 10049 write_complex_part (target, op0, false); in expand_expr_real_2() [all …]
|
H A D | builtins.cc | 6034 write_complex_part (target, boolret, true); in expand_ifn_atomic_compare_exchange_into_call() 6035 write_complex_part (target, x, false); in expand_ifn_atomic_compare_exchange_into_call() 6090 write_complex_part (target, boolret, true); in expand_ifn_atomic_compare_exchange() 6091 write_complex_part (target, oldval, false); in expand_ifn_atomic_compare_exchange()
|
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 | 9250 * expr.c (write_complex_part): Return after handling MEM. 13029 * expr.c (write_complex_part): Use adjust_address for MEM.
|
H A D | ChangeLog-2015 | 7775 (write_complex_part): Likewise. 32541 * expr.c (write_complex_part, read_complex_part): Likewise.
|
H A D | ChangeLog-2014 | 8696 * expr.c (write_complex_part): Remove prototype, no longer static. 8697 * expr.h (write_complex_part): New prototype.
|
H A D | ChangeLog-2011 | 16807 (write_complex_part): Same.
|
H A D | ChangeLog-2017 | 17972 * expr.c (write_complex_part): Likewise.
|