/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | simplify-rtx.c | 372 simplify_gen_unary (enum rtx_code code, machine_mode mode, rtx op, in simplify_gen_unary() function 450 return simplify_gen_unary (code, mode, op0, op_mode); in simplify_replace_fn_rtx() 652 return simplify_gen_unary (TRUNCATE, mode, in simplify_truncation() 655 return simplify_gen_unary (GET_CODE (op), mode, in simplify_truncation() 668 rtx op0 = simplify_gen_unary (TRUNCATE, mode, XEXP (op, 0), op_mode); in simplify_truncation() 671 rtx op1 = simplify_gen_unary (TRUNCATE, mode, XEXP (op, 1), op_mode); in simplify_truncation() 738 && (op0 = simplify_gen_unary (TRUNCATE, mode, op0, op_mode)) in simplify_truncation() 760 op0 = simplify_gen_unary (TRUNCATE, mode, op0, GET_MODE (op0)); in simplify_truncation() 770 op0 = simplify_gen_unary (TRUNCATE, mode, op0, GET_MODE (op0)); in simplify_truncation() 829 return simplify_gen_unary (GET_CODE (op), mode, in simplify_truncation() [all …]
|
H A D | cfgexpand.c | 4386 op0 = simplify_gen_unary (FLOAT_TRUNCATE, mode, op0, inner_mode); in expand_debug_expr() 4388 op0 = simplify_gen_unary (FLOAT_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 4394 op0 = simplify_gen_unary (UNSIGNED_FLOAT, mode, op0, inner_mode); in expand_debug_expr() 4396 op0 = simplify_gen_unary (FLOAT, mode, op0, inner_mode); in expand_debug_expr() 4401 op0 = simplify_gen_unary (UNSIGNED_FIX, mode, op0, inner_mode); in expand_debug_expr() 4403 op0 = simplify_gen_unary (FIX, mode, op0, inner_mode); in expand_debug_expr() 4410 op0 = simplify_gen_unary (TRUNCATE, mode, op0, inner_mode); in expand_debug_expr() 4414 op0 = simplify_gen_unary (ZERO_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 4416 op0 = simplify_gen_unary (SIGN_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 4618 return simplify_gen_unary (ABS, mode, op0, mode); in expand_debug_expr() [all …]
|
H A D | loop-iv.c | 457 val = simplify_gen_unary (iv_extend_to_rtx_code (extend), mode, in iv_extend() 488 iv->base = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 490 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 495 iv->delta = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 497 iv->mult = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 519 iv0->base = simplify_gen_unary (ZERO_EXTEND, iv0->extend_mode, in iv_add() 528 iv1->base = simplify_gen_unary (ZERO_EXTEND, iv1->extend_mode, in iv_add() 1256 val = simplify_gen_unary (iv_extend_to_rtx_code (iv->extend), in get_iv_value() 2204 iv0->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs() 2215 iv1->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs() [all …]
|
H A D | combine.c | 5795 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 5806 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 6215 return simplify_gen_unary (NEG, int_mode, in combine_simplify_rtx() 6267 return simplify_gen_unary (NEG, int_mode, in combine_simplify_rtx() 6281 return simplify_gen_unary (NOT, int_mode, in combine_simplify_rtx() 6542 return simplify_gen_unary (ABS, mode, true_rtx, mode); in simplify_if_then_else() 6546 simplify_gen_unary (NEG, mode, in simplify_if_then_else() 6547 simplify_gen_unary (ABS, mode, true_rtx, mode), in simplify_if_then_else() 6704 temp = simplify_gen_unary (extend_op, int_mode, temp, m); in simplify_if_then_else() 6743 return simplify_gen_unary (ZERO_EXTEND, int_mode, val, inner_mode); in simplify_if_then_else() [all …]
|
H A D | loop-doloop.c | 701 count = simplify_gen_unary (ZERO_EXTEND, word_mode, count, mode); in doloop_optimize()
|
H A D | fwprop.c | 497 tem = simplify_gen_unary (code, mode, op0, op_mode); in propagate_rtx_1()
|
H A D | optabs.c | 145 note = simplify_gen_unary (TRUNCATE, GET_MODE (target), in add_equal_note() 148 note = simplify_gen_unary (ZERO_EXTEND, GET_MODE (target), in add_equal_note() 1266 simplify_gen_unary (TRUNCATE, inner_mode, op1, in expand_binop() 3020 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); in expand_unop() 3022 eq_value = simplify_gen_unary (ZERO_EXTEND, in expand_unop()
|
H A D | recog.c | 624 simplify_gen_unary (NEG, in simplify_while_replacing() 632 new_rtx = simplify_gen_unary (code, GET_MODE (x), XEXP (x, 0), in simplify_while_replacing()
|
H A D | loop-unroll.c | 1893 zero_init = simplify_gen_unary (NEG, mode, CONST0_RTX (mode), mode); in insert_var_expansion_initialization()
|
H A D | rtl.h | 3331 extern rtx simplify_gen_unary (enum rtx_code, machine_mode, rtx,
|
H A D | expmed.c | 2577 = simplify_gen_unary (NEG, GET_MODE (op1),
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | simplify-rtx.c | 365 simplify_gen_unary (enum rtx_code code, enum machine_mode mode, rtx op, in simplify_gen_unary() function 443 return simplify_gen_unary (code, mode, op0, op_mode); in simplify_replace_fn_rtx() 612 return simplify_gen_unary (NEG, mode, XEXP (op, 0), mode); in simplify_unary_operation_1() 642 temp = simplify_gen_unary (NOT, mode, const1_rtx, mode); in simplify_unary_operation_1() 669 simplify_gen_unary (NOT, inner_mode, const1_rtx, in simplify_unary_operation_1() 686 in1 = simplify_gen_unary (NOT, op_mode, in1, op_mode); in simplify_unary_operation_1() 691 in2 = simplify_gen_unary (NOT, op_mode, in2, op_mode); in simplify_unary_operation_1() 712 return simplify_gen_unary (NOT, mode, XEXP (op, 0), mode); in simplify_unary_operation_1() 742 temp = simplify_gen_unary (NEG, mode, XEXP (op, 0), mode); in simplify_unary_operation_1() 751 temp = simplify_gen_unary (NEG, mode, XEXP (op, 1), mode); in simplify_unary_operation_1() [all …]
|
H A D | cfgexpand.c | 2792 op0 = simplify_gen_unary (FLOAT_TRUNCATE, mode, op0, inner_mode); in expand_debug_expr() 2794 op0 = simplify_gen_unary (FLOAT_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 2800 op0 = simplify_gen_unary (UNSIGNED_FLOAT, mode, op0, inner_mode); in expand_debug_expr() 2802 op0 = simplify_gen_unary (FLOAT, mode, op0, inner_mode); in expand_debug_expr() 2807 op0 = simplify_gen_unary (UNSIGNED_FIX, mode, op0, inner_mode); in expand_debug_expr() 2809 op0 = simplify_gen_unary (FIX, mode, op0, inner_mode); in expand_debug_expr() 2819 op0 = simplify_gen_unary (ZERO_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 2821 op0 = simplify_gen_unary (SIGN_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 3030 return simplify_gen_unary (ABS, mode, op0, mode); in expand_debug_expr() 3033 return simplify_gen_unary (NEG, mode, op0, mode); in expand_debug_expr() [all …]
|
H A D | loop-iv.c | 452 val = simplify_gen_unary (extend, mode, val, iv->extend_mode); in iv_extend() 481 iv->base = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 483 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 488 iv->delta = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 490 iv->mult = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 512 iv0->base = simplify_gen_unary (ZERO_EXTEND, iv0->extend_mode, in iv_add() 521 iv1->base = simplify_gen_unary (ZERO_EXTEND, iv1->extend_mode, in iv_add() 1256 val = simplify_gen_unary (iv->extend, iv->extend_mode, val, iv->mode); in get_iv_value() 2155 iv0->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs() 2166 iv1->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs() [all …]
|
H A D | loop-doloop.c | 685 count = simplify_gen_unary (ZERO_EXTEND, word_mode, in doloop_optimize() 687 iterations = simplify_gen_unary (ZERO_EXTEND, word_mode, in doloop_optimize() 689 iterations_max = simplify_gen_unary (ZERO_EXTEND, word_mode, in doloop_optimize()
|
H A D | combine.c | 5415 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 5426 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 5852 return simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 5900 return simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 5913 return simplify_gen_unary (NOT, mode, in combine_simplify_rtx() 6157 return simplify_gen_unary (ABS, mode, true_rtx, mode); in simplify_if_then_else() 6161 simplify_gen_unary (NEG, mode, in simplify_if_then_else() 6162 simplify_gen_unary (ABS, mode, true_rtx, mode), in simplify_if_then_else() 6311 temp = simplify_gen_unary (extend_op, mode, temp, m); in simplify_if_then_else() 6671 simplify_gen_unary (NOT, GET_MODE (src), in simplify_set() [all …]
|
H A D | recog.c | 589 simplify_gen_unary (NEG, in simplify_while_replacing() 597 new_rtx = simplify_gen_unary (code, GET_MODE (x), XEXP (x, 0), in simplify_while_replacing()
|
H A D | fwprop.c | 496 tem = simplify_gen_unary (code, mode, op0, op_mode); in propagate_rtx_1()
|
H A D | loop-unroll.c | 2146 zero_init = simplify_gen_unary (NEG, mode, CONST0_RTX (mode), mode); in insert_var_expansion_initialization()
|
H A D | optabs.c | 233 note = simplify_gen_unary (TRUNCATE, GET_MODE (target), in add_equal_note() 236 note = simplify_gen_unary (ZERO_EXTEND, GET_MODE (target), in add_equal_note() 3197 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); in expand_unop() 3199 eq_value = simplify_gen_unary (ZERO_EXTEND, outmode, eq_value, mode); in expand_unop()
|
H A D | rtl.h | 1853 extern rtx simplify_gen_unary (enum rtx_code, enum machine_mode, rtx,
|