Searched refs:sext (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dscc.s23 sext r11
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dscc.s23 sext r11
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dashrdi-1.c76 static long long const sext[64] = { variable
181 static long long const sext[64] = { variable
317 long long y = variable_shift (sext[0], i);
318 if (y != sext[i])
329 long long y = constant_shift (sext[0], i);
330 if (y != sext[i])
/haiku-buildtools/legacy/binutils/gprof/
H A Dgmon_io.c93 int sext;
96 sext = bfd_get_sign_extend_vma (core_bfd);
97 if (sext == -1)
99 return (sext ? ptr_signed : ptr_unsigned);
92 int sext; local
/haiku-buildtools/binutils/gprof/
H A Dgmon_io.c93 int sext;
96 sext = bfd_get_sign_extend_vma (core_bfd);
97 if (sext == -1)
99 return (sext ? ptr_signed : ptr_unsigned);
92 int sext; local
/haiku-buildtools/gcc/gcc/
H A Dfixed-value.c107 value.data = payload.sext (1 + GET_MODE_IBIT (mode) + GET_MODE_FBIT (mode));
219 min = min.sext (1 + i_f_bits);
285 min_s = min_s.sext (1 + i_f_bits);
847 temp_high = temp_high.sext (amount);
990 temp_high = temp_high.sext (amount);
1087 f->data = f->data.sext (1 + i_f_bits);
H A Dtree-dfa.c528 = wi::sext (wi::to_offset (index) - wi::to_offset (low_bound),
754 = wi::sext (wi::to_offset (index) - wi::to_offset (low_bound),
H A Ddouble-int.h164 double_int sext (unsigned prec) const;
H A Dinternal-fn.c261 wide_int w = wi::sext (arg, prec);
311 if (!wi::neg_p (wi::sext (arg_max, prec), SIGNED))
313 if (wi::neg_p (wi::sext (arg_min, prec), SIGNED))
318 if (!wi::neg_p (wi::sext (arg_min, prec), SIGNED))
320 if (wi::neg_p (wi::sext (arg_max, prec), SIGNED))
H A Ddouble-int.c730 return this->sext (prec);
751 double_int::sext (unsigned prec) const function in class:double_int
H A Dtree-switch-conversion.c1018 if (sign == 0 && cst == wi::sext (cst, prec))
1023 if (sign <= 0 && cst == wi::sext (cst, prec))
H A Dtree-affine.c72 return wi::sext (cst, TYPE_PRECISION (comb->type));
H A Dtree-ssa-address.c620 offset_int amult_neg = -wi::sext (amult, TYPE_PRECISION (addr->type));
H A Dwide-int.h480 UNARY_FUNCTION sext (const T &, unsigned int);
2028 wi::sext (const T &x, unsigned int offset) function in class:wi
2079 return sgn == SIGNED ? sext (x, offset) : zext (x, offset);
H A Dtree-ssa-loop-ivopts.c1739 *mul = wi::sext (res * wi::to_widest (mby), precision);
1750 *mul = wi::sext (p0 + p1, precision);
1761 *mul = wi::sext (wi::divmod_trunc (p0, p1, SIGNED, &res), precision);
H A Dtree-ssa-loop-niter.c1046 dstep = wi::sext (wi::to_widest (iv1->step), TYPE_PRECISION (type));
2557 cst = wi::sext (wi::to_widest (op1), TYPE_PRECISION (type));
H A Dtree-ssa-reassoc.c2477 = wi::neg (wi::sext (wi::to_widest (TREE_OPERAND (exp, 1)),
H A Dgimple-fold.c5563 = wi::sext (wi::to_offset (idx) - wi::to_offset (low_bound),
H A Dtree.h4988 return eq_p (x, sext (x, TYPE_PRECISION (type)));
H A Dvarasm.c4989 offset_int idx = wi::sext (wi::to_offset (local->index)
H A Dfold-const.c8944 offset_int tem = wi::sext (wi::to_offset (offset0),
8989 offset_int tem = wi::sext (wi::to_offset (offset1),
H A Dexpr.c6944 offset_int tem = wi::sext (wi::to_offset (offset),
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c13422 double_int ival = fval.data.sext (bits);
13429 fval.data = (ival == double_int::min_value (bits, false).sext (bits))
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Ddecl.c7576 wide_int signed_op1 = wi::sext (op1, TYPE_PRECISION (sizetype));

Completed in 920 milliseconds