Home
last modified time | relevance | path

Searched refs:write_complex_part (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.h237 extern void write_complex_part (rtx, rtx, bool);
H A Dinternal-fn.c599 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 Dexpr.c3078 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 Dbuiltins.c6876 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 Dexpr.h256 extern void write_complex_part (rtx, rtx, bool);
H A Dinternal-fn.cc740 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 Dexpr.cc3270 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 Dbuiltins.cc6034 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 DChangeLog-2004782 * 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 DChangeLog-20059250 * expr.c (write_complex_part): Return after handling MEM.
13029 * expr.c (write_complex_part): Use adjust_address for MEM.
H A DChangeLog-20157775 (write_complex_part): Likewise.
32541 * expr.c (write_complex_part, read_complex_part): Likewise.
H A DChangeLog-20148696 * expr.c (write_complex_part): Remove prototype, no longer static.
8697 * expr.h (write_complex_part): New prototype.
H A DChangeLog-201116807 (write_complex_part): Same.
H A DChangeLog-201717972 * expr.c (write_complex_part): Likewise.