Searched refs:wmode (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c765 TCHAR wmode[10];
767 S2WS (wmode, mode, 10);
776 return _tfopen (wpath, wmode);
791 TCHAR wmode[10];
793 S2WS (wmode, mode, 10);
802 return _tfreopen (wpath, wmode, stream);
764 TCHAR wmode[10]; local
790 TCHAR wmode[10]; local
/haiku-buildtools/gcc/gcc/
H A Dinternal-fn.c1263 machine_mode wmode = GET_MODE_2XWIDER_MODE (mode); local
1266 = build_nonstandard_integer_type (GET_MODE_PRECISION (wmode), uns);
1268 res = expand_expr_real_2 (&ops, NULL_RTX, wmode, EXPAND_NORMAL);
1269 rtx hipart = expand_shift (RSHIFT_EXPR, wmode, res, prec,
H A Dira-int.h288 for paradoxical subregs where wmode > mode. */ member in struct:ira_allocno
289 ENUM_BITFIELD (machine_mode) wmode : 8;
443 #define ALLOCNO_WMODE(A) ((A)->wmode)
H A Doptabs.c678 machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
705 wmode = tmode1;
711 wmode = TYPE_MODE (TREE_TYPE (oprnd2));
720 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp);
7049 machine_mode wmode;
7083 wmode = insn_data[icode].operand[0].mode;
7084 gcc_checking_assert (2 * GET_MODE_NUNITS (wmode) == nunits);
7085 gcc_checking_assert (GET_MODE_SIZE (wmode) == GET_MODE_SIZE (mode));
7087 create_output_operand (&eops[0], gen_reg_rtx (wmode), wmode);
672 machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode; local
7022 machine_mode wmode; local
[all...]
H A Dira-build.c1903 machine_mode wmode = GET_MODE (outer);
1904 if (GET_MODE_SIZE (wmode) > GET_MODE_SIZE (ALLOCNO_WMODE (a)))
1905 ALLOCNO_WMODE (a) = wmode;
1894 machine_mode wmode = GET_MODE (outer); local
H A Dvar-tracking.c997 use_narrower_mode (rtx x, machine_mode mode, machine_mode wmode) argument
1001 return lowpart_subreg (mode, x, wmode);
1005 return lowpart_subreg (mode, x, wmode);
1009 op0 = use_narrower_mode (XEXP (x, 0), mode, wmode);
1010 op1 = use_narrower_mode (XEXP (x, 1), mode, wmode);
1013 op0 = use_narrower_mode (XEXP (x, 0), mode, wmode);
1017 op1 = lowpart_subreg (mode, op1, wmode);
H A Dexpr.c8396 machine_mode wmode = TYPE_MODE (TREE_TYPE (treeop1));
8406 immed_wide_int_const (wi::shwi (wc, wmode), wmode);
8419 machine_mode wmode = TYPE_MODE (TREE_TYPE (treeop0));
8440 = immed_wide_int_const (wi::shwi (wc, wmode), wmode);
8376 machine_mode wmode = TYPE_MODE (TREE_TYPE (treeop1)); local
8399 machine_mode wmode = TYPE_MODE (TREE_TYPE (treeop0)); local
H A Demit-rtl.c899 machine_mode wmode = isize > UNITS_PER_WORD ? word_mode : imode;
900 unsigned int low_off = subreg_lowpart_offset (omode, wmode);
898 machine_mode wmode = isize > UNITS_PER_WORD ? word_mode : imode; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f146 wmode=qhgw*gmod(lft)/120.00
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2516 machine_mode wmode = mode; local
2529 wmode = SImode;
2532 if (mode != wmode)
2535 && (tem = simplify_subreg (wmode, dst, mode, 0)) != 0)
2538 dst = gen_rtx_SUBREG (wmode, dst, 0);
2540 dst = gen_reg_rtx (wmode);
2543 && (tem = simplify_subreg (wmode, src1, mode, 0)) != 0)
2546 src1 = gen_rtx_SUBREG (wmode, force_reg (mode, src1), 0);
2549 && (tem = simplify_subreg (wmode, src2, mode, 0)) != 0)
2552 src2 = gen_rtx_SUBREG (wmode, force_re
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c9214 machine_mode wmode = (mode == DImode ? DImode : SImode); local
9224 new_out = gen_lowpart (wmode, new_out);
9226 old_out = gen_lowpart (wmode, old_out);
9229 value = simplify_gen_subreg (wmode, value, mode, 0);
9246 x = gen_rtx_AND (wmode, old_out, value);
9248 x = gen_rtx_NOT (wmode, new_out);
9261 x = gen_rtx_fmt_ee (code, wmode, old_out, value);
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c2169 machine_mode wmode;
2174 wmode = GET_MODE (operands[0]);
2175 l = gen_reg_rtx (wmode);
2176 h = gen_reg_rtx (wmode);
2181 t = expand_binop (wmode, add_optab, l, operands[2], NULL, 0, OPTAB_DIRECT);
2182 t = expand_binop (wmode, add_optab, h, t, operands[0], 0, OPTAB_DIRECT);
2165 machine_mode wmode; local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c44323 machine_mode wmode; local
50114 machine_mode wmode = GET_MODE (dest); local
50208 machine_mode wmode = GET_MODE (dest); local
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c27889 machine_mode wmode = (mode == DImode ? DImode : SImode);
27916 new_out = gen_lowpart (wmode, new_out);
27918 old_out = gen_lowpart (wmode, old_out);
27921 value = simplify_gen_subreg (wmode, value, mode, 0);
27932 x = gen_rtx_AND (wmode, old_out, value);
27934 x = gen_rtx_NOT (wmode, new_out);
27966 x = gen_rtx_fmt_ee (code, wmode, old_out, value);
27862 machine_mode wmode = (mode == DImode ? DImode : SImode); local

Completed in 908 milliseconds