| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | simplify-rtx.cc | 354 simplify_context::simplify_gen_unary (rtx_code code, machine_mode mode, rtx op, in simplify_gen_unary() function in simplify_context 434 return simplify_gen_unary (code, mode, op0, op_mode); in simplify_replace_fn_rtx() 636 return simplify_gen_unary (TRUNCATE, mode, in simplify_truncation() 639 return simplify_gen_unary (GET_CODE (op), mode, in simplify_truncation() 652 rtx op0 = simplify_gen_unary (TRUNCATE, mode, XEXP (op, 0), op_mode); in simplify_truncation() 655 rtx op1 = simplify_gen_unary (TRUNCATE, mode, XEXP (op, 1), op_mode); in simplify_truncation() 722 && (op0 = simplify_gen_unary (TRUNCATE, mode, op0, op_mode)) in simplify_truncation() 744 op0 = simplify_gen_unary (TRUNCATE, mode, op0, GET_MODE (op0)); in simplify_truncation() 754 op0 = simplify_gen_unary (TRUNCATE, mode, op0, GET_MODE (op0)); in simplify_truncation() 813 return simplify_gen_unary (GET_CODE (op), mode, in simplify_truncation() [all …]
|
| D | cfgexpand.cc | 4648 op0 = simplify_gen_unary (FLOAT_TRUNCATE, mode, op0, inner_mode); in expand_debug_expr() 4650 op0 = simplify_gen_unary (FLOAT_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 4656 op0 = simplify_gen_unary (UNSIGNED_FLOAT, mode, op0, inner_mode); in expand_debug_expr() 4658 op0 = simplify_gen_unary (FLOAT, mode, op0, inner_mode); in expand_debug_expr() 4663 op0 = simplify_gen_unary (UNSIGNED_FIX, mode, op0, inner_mode); in expand_debug_expr() 4665 op0 = simplify_gen_unary (FIX, mode, op0, inner_mode); in expand_debug_expr() 4672 op0 = simplify_gen_unary (TRUNCATE, mode, op0, inner_mode); in expand_debug_expr() 4676 op0 = simplify_gen_unary (ZERO_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 4678 op0 = simplify_gen_unary (SIGN_EXTEND, mode, op0, inner_mode); in expand_debug_expr() 4883 return simplify_gen_unary (ABS, mode, op0, mode); in expand_debug_expr() [all …]
|
| D | loop-iv.cc | 461 val = simplify_gen_unary (iv_extend_to_rtx_code (extend), mode, in iv_extend() 492 iv->base = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 494 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 499 iv->delta = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 501 iv->mult = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg() 523 iv0->base = simplify_gen_unary (ZERO_EXTEND, iv0->extend_mode, in iv_add() 532 iv1->base = simplify_gen_unary (ZERO_EXTEND, iv1->extend_mode, in iv_add() 1260 val = simplify_gen_unary (iv_extend_to_rtx_code (iv->extend), in get_iv_value() 2207 iv0->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs() 2218 iv1->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs() [all …]
|
| D | loop-doloop.cc | 428 return simplify_gen_unary (ZERO_EXTEND, mode, addop0, in doloop_simplify_count() 736 count = simplify_gen_unary (ZERO_EXTEND, word_mode, count, mode); in doloop_optimize()
|
| D | combine.cc | 5774 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 5785 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx() 6189 return simplify_gen_unary (NEG, int_mode, in combine_simplify_rtx() 6241 return simplify_gen_unary (NEG, int_mode, in combine_simplify_rtx() 6255 return simplify_gen_unary (NOT, int_mode, in combine_simplify_rtx() 6528 return simplify_gen_unary (ABS, mode, true_rtx, mode); in simplify_if_then_else() 6532 simplify_gen_unary (NEG, mode, in simplify_if_then_else() 6533 simplify_gen_unary (ABS, mode, true_rtx, mode), in simplify_if_then_else() 6693 temp = simplify_gen_unary (extend_op, int_mode, temp, m); in simplify_if_then_else() 6732 return simplify_gen_unary (ZERO_EXTEND, int_mode, val, inner_mode); in simplify_if_then_else() [all …]
|
| D | rtl.h | 3422 rtx simplify_gen_unary (rtx_code, machine_mode, rtx, machine_mode); 3502 simplify_gen_unary (rtx_code code, machine_mode mode, rtx op, 3505 return simplify_context ().simplify_gen_unary (code, mode, op, op_mode);
|
| D | optabs.cc | 149 note = simplify_gen_unary (TRUNCATE, GET_MODE (target), in add_equal_note() 152 note = simplify_gen_unary (ZERO_EXTEND, GET_MODE (target), in add_equal_note() 1618 simplify_gen_unary (TRUNCATE, inner_mode, op1, in expand_binop() 3529 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); in expand_unop() 3531 eq_value = simplify_gen_unary (ZERO_EXTEND, in expand_unop()
|
| D | recog.cc | 721 simplify_gen_unary (NEG, in simplify_while_replacing() 729 new_rtx = simplify_gen_unary (code, GET_MODE (x), XEXP (x, 0), in simplify_while_replacing()
|
| D | loop-unroll.cc | 1865 zero_init = simplify_gen_unary (NEG, mode, CONST0_RTX (mode), mode); in insert_var_expansion_initialization()
|
| D | expmed.cc | 2626 = simplify_gen_unary (NEG, GET_MODE (op1), in expand_shift_1()
|
| D | ChangeLog-2001 | 27043 (gen_unary): Deleted; all refs changed to call simplify_gen_unary. 29709 * simplify-rtx.c (simplify_gen_unary, simplify_gen_ternary): New fns.
|
| D | ChangeLog-2020 | 549 (simplify_subreg, simplify_gen_unary, simplify_gen_binary): Likewise. 554 (simplify_gen_unary, simplify_gen_ternary, simplify_gen_relational)
|
| D | ChangeLog-2013 | 10681 use lowpart_subreg on get_iv_value before calling simplify_gen_unary. 26277 using simplify_gen_unary instead of gen_rtx_*_EXTEND.
|
| D | ChangeLog-2006 | 18118 simplify_gen_unary(TRUNCATE, ...) instead of gen_rtx_TRUNCATE.
|
| D | ChangeLog-2003 | 11305 gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
|
| D | ChangeLog-2010 | 33879 simplify_gen_unary rather than directly building extensions.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.md | 2864 rtx low = simplify_gen_unary (NOT, SImode, 2867 rtx high = simplify_gen_unary (NOT, SImode, 3815 rtx not_rtx = simplify_gen_unary (NOT, SImode, operands[3], SImode);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 10243 return simplify_gen_unary (GET_CODE (x), GET_MODE (x), in mips16e_collect_propagate_value() 17802 newx = simplify_gen_unary (GET_CODE (x), GET_MODE (x), in r10k_simplify_address()
|