/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expmed.c | 340 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 D | optabs.c | 2200 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 D | optabs.h | 214 extern rtx expand_unop (machine_mode, optab, rtx, rtx, int);
|
H A D | internal-fn.c | 1063 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 D | builtins.c | 2413 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 D | ifcvt.c | 1003 target = expand_unop (GET_MODE (y), ot, XEXP (y, 0), x, 0); in noce_emit_move_insn()
|
H A D | expr.c | 9170 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 D | expmed.cc | 343 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 D | optabs.cc | 2568 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 D | optabs.h | 216 extern rtx expand_unop (machine_mode, optab, rtx, rtx, int);
|
H A D | internal-fn.cc | 1204 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 D | builtins.cc | 2397 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 D | ifcvt.cc | 1013 target = expand_unop (GET_MODE (y), ot, XEXP (y, 0), x, 0); in noce_emit_move_insn()
|
H A D | expr.cc | 9621 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 D | div.md | 626 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 D | div.md | 626 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 D | or1k.cc | 1981 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 D | vax.md | 570 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
H A D | pdp11.md | 1489 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
H A D | pdp11.md | 1487 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.cc | 1166 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 D | c6x.md | 2154 out = expand_unop (DImode, clz_optab, tmpreg, operands[0], 1);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.md | 2154 out = expand_unop (DImode, clz_optab, tmpreg, operands[0], 1);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 1883 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 D | alpha.c | 1883 return expand_unop (mode, one_cmpl_optab, temp, target, 0); in alpha_emit_set_const_1()
|