Home
last modified time | relevance | path

Searched refs:expand_unop (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c340 result = expand_unop (mode, neg_optab, x, NULL_RTX, 0); in negate_rtx()
422 result = expand_unop (int_mode, bswap_optab, x, NULL_RTX, 1); in flip_storage_order()
2540 return expand_unop (mode, bswap_optab, shifted, NULL_RTX, unsignedp);
3408 accum = expand_unop (mode, neg_optab, accum, target, 0); in expand_mult_const()
3464 return expand_unop (mode, do_trapv ? negv_optab : neg_optab, in expand_mult()
3544 return expand_unop (mode, neg_optab, temp, target, 0); in expand_mult()
3552 return expand_unop (mode, neg_optab, temp, target, 0); in expand_mult()
4259 return expand_unop (mode, flag_trapv && GET_MODE_CLASS (mode) == MODE_INT in expand_divmod()
4547 quotient = expand_unop (int_mode, neg_optab, op0, in expand_divmod()
4609 quotient = expand_unop (int_mode, neg_optab, in expand_divmod()
[all …]
H A Doptabs.c2200 return expand_unop (mode, unop, op0, target, unsignedp); in expand_simple_unop()
2228 temp = expand_unop (wider_mode, unoptab, xop0, NULL_RTX, in widen_leading()
2366 return expand_unop (word_mode, parity_optab, t, target, true); in expand_doubleword_parity()
2392 x = expand_unop (wider_mode, bswap_optab, x, NULL_RTX, true); in widen_bswap()
2421 t1 = expand_unop (word_mode, bswap_optab, in expand_doubleword_bswap()
2423 t0 = expand_unop (word_mode, bswap_optab, in expand_doubleword_bswap()
2457 temp = expand_unop (wider_mode, popcount_optab, xop0, NULL_RTX, in expand_parity()
2750 return expand_unop (mode, unoptab, op0, NULL_RTX, unsignedp); in expand_unop_direct()
2773 expand_unop (machine_mode mode, optab unoptab, rtx op0, rtx target, in expand_unop() function
2928 temp = expand_unop (wider_mode, unoptab, xop0, NULL_RTX, in expand_unop()
[all …]
H A Doptabs.h214 extern rtx expand_unop (machine_mode, optab, rtx, rtx, int);
H A Dinternal-fn.c1063 tem = expand_unop (mode, one_cmpl_optab, op_xor, NULL_RTX, false); in expand_addsub_overflow()
1070 tem = expand_unop (mode, one_cmpl_optab, res_xor, NULL_RTX, false); in expand_addsub_overflow()
1181 res = expand_unop (mode, neg_optab, op1, NULL_RTX, false); in expand_neg_overflow()
1420 op0 = expand_unop (mode, neg_optab, op0, NULL_RTX, false); in expand_mul_overflow()
1421 op1 = expand_unop (mode, neg_optab, op1, NULL_RTX, false); in expand_mul_overflow()
1466 emit_move_insn (op0, expand_unop (mode, neg_optab, op0, in expand_mul_overflow()
1468 emit_move_insn (op1, expand_unop (mode, neg_optab, op1, in expand_mul_overflow()
H A Dbuiltins.c2413 result = expand_unop (mode, builtin_optab, op0, result, 0); in expand_builtin_mathfn_3()
5914 target = expand_unop (target_mode, bswap_optab, op0, target, 1); in expand_builtin_bswap()
5943 target = expand_unop (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0))), in expand_builtin_unop()
H A Difcvt.c1003 target = expand_unop (GET_MODE (y), ot, XEXP (y, 0), x, 0); in noce_emit_move_insn()
H A Dexpr.c9170 temp = expand_unop (mode, in expand_expr_real_2()
9333 temp = expand_unop (mode, one_cmpl_optab, op0, target, 1); in expand_expr_real_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc343 result = expand_unop (mode, neg_optab, x, NULL_RTX, 0); in negate_rtx()
426 result = expand_unop (int_mode, bswap_optab, x, NULL_RTX, 1); in flip_storage_order()
2556 return expand_unop (mode, bswap_optab, shifted, NULL_RTX, unsignedp); in expand_shift_1()
3424 accum = expand_unop (mode, neg_optab, accum, target, 0); in expand_mult_const()
3480 return expand_unop (mode, do_trapv ? negv_optab : neg_optab, in expand_mult()
3560 return expand_unop (mode, neg_optab, temp, target, 0); in expand_mult()
3568 return expand_unop (mode, neg_optab, temp, target, 0); in expand_mult()
4283 return expand_unop (mode, flag_trapv && GET_MODE_CLASS (mode) == MODE_INT in expand_divmod()
4575 quotient = expand_unop (int_mode, neg_optab, op0, in expand_divmod()
4637 quotient = expand_unop (int_mode, neg_optab, in expand_divmod()
[all …]
H A Doptabs.cc2568 return expand_unop (mode, unop, op0, target, unsignedp); in expand_simple_unop()
2596 temp = expand_unop (wider_mode, unoptab, xop0, NULL_RTX, in widen_leading()
2810 return expand_unop (word_mode, parity_optab, t, target, true); in expand_doubleword_parity()
2836 x = expand_unop (wider_mode, bswap_optab, x, NULL_RTX, true); in widen_bswap()
2865 t1 = expand_unop (word_mode, bswap_optab, in expand_doubleword_bswap()
2867 t0 = expand_unop (word_mode, bswap_optab, in expand_doubleword_bswap()
2901 temp = expand_unop (wider_mode, popcount_optab, xop0, NULL_RTX, in expand_parity()
3194 return expand_unop (mode, unoptab, op0, NULL_RTX, unsignedp); in expand_unop_direct()
3217 expand_unop (machine_mode mode, optab unoptab, rtx op0, rtx target, in expand_unop() function
3378 temp = expand_unop (wider_mode, unoptab, xop0, NULL_RTX, in expand_unop()
[all …]
H A Doptabs.h216 extern rtx expand_unop (machine_mode, optab, rtx, rtx, int);
H A Dinternal-fn.cc1204 tem = expand_unop (mode, one_cmpl_optab, op_xor, NULL_RTX, false); in expand_addsub_overflow()
1211 tem = expand_unop (mode, one_cmpl_optab, res_xor, NULL_RTX, false); in expand_addsub_overflow()
1322 res = expand_unop (mode, neg_optab, op1, NULL_RTX, false); in expand_neg_overflow()
1605 op0 = expand_unop (mode, neg_optab, op0, NULL_RTX, false); in expand_mul_overflow()
1606 op1 = expand_unop (mode, neg_optab, op1, NULL_RTX, false); in expand_mul_overflow()
1682 emit_move_insn (op0, expand_unop (mode, neg_optab, op0, in expand_mul_overflow()
1684 emit_move_insn (op1, expand_unop (mode, neg_optab, op1, in expand_mul_overflow()
H A Dbuiltins.cc2397 result = expand_unop (mode, builtin_optab, op0, result, 0); in expand_builtin_mathfn_3()
5068 target = expand_unop (target_mode, bswap_optab, op0, target, 1); in expand_builtin_bswap()
5097 target = expand_unop (TYPE_MODE (TREE_TYPE (CALL_EXPR_ARG (exp, 0))), in expand_builtin_unop()
H A Difcvt.cc1013 target = expand_unop (GET_MODE (y), ot, XEXP (y, 0), x, 0); in noce_emit_move_insn()
H A Dexpr.cc9621 temp = expand_unop (mode, in expand_expr_real_2()
9776 temp = expand_unop (mode, one_cmpl_optab, op0, target, 1); in expand_expr_real_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Ddiv.md626 op2_neg = expand_unop (SImode, neg_optab, operands[2], NULL_RTX, 0);
680 op2_neg = expand_unop (SImode, neg_optab, operands[2], NULL_RTX, 0);
775 op2_neg = expand_unop (DImode, neg_optab, operands[2], NULL_RTX, 0);
824 op2_neg = expand_unop (DImode, neg_optab, operands[2], NULL_RTX, 0);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Ddiv.md626 op2_neg = expand_unop (SImode, neg_optab, operands[2], NULL_RTX, 0);
680 op2_neg = expand_unop (SImode, neg_optab, operands[2], NULL_RTX, 0);
775 op2_neg = expand_unop (DImode, neg_optab, operands[2], NULL_RTX, 0);
824 op2_neg = expand_unop (DImode, neg_optab, operands[2], NULL_RTX, 0);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.cc1981 after = expand_unop (mode, one_cmpl_optab, after, after, 1); in or1k_expand_atomic_op()
2023 x = expand_unop (SImode, one_cmpl_optab, mask, NULL_RTX, 1); in or1k_expand_atomic_op_qihi()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.md570 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.md1489 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.md1487 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc1166 inst = expand_unop (SImode, bswap_optab, inst, gen_reg_rtx (SImode), 1); in riscv_swap_instruction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.md2154 out = expand_unop (DImode, clz_optab, tmpreg, operands[0], 1);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.md2154 out = expand_unop (DImode, clz_optab, tmpreg, operands[0], 1);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc1883 return expand_unop (mode, one_cmpl_optab, temp, target, 0); in alpha_emit_set_const_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c1883 return expand_unop (mode, one_cmpl_optab, temp, target, 0); in alpha_emit_set_const_1()

123