Searched refs:ovf (Results 1 - 25 of 206) sorted by relevance

123456789

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dvis3-mont.pl93 ($ovf,$i)=($t0,$t1);
203 addxc %g0, %g0, $ovf ! upmost overflow bit
282 subcc %g0, $ovf, %g0 ! move upmost overflow to CCR.xcc
284 addxc %g0, %g0, $ovf
319 subccc $ovf, %g0, $ovf ! handle upmost overflow bit
H A Dsparct4-mont.pl715 ($ovf,$i)=($t0,$t1);
792 addxc %g0, %g0, $ovf ! upmost overflow bit
870 subcc %g0, $ovf, %g0 ! move upmost overflow to CCR.xcc
872 addxc %g0, %g0, $ovf
906 subccc $ovf, %g0, $ovf ! handle upmost overflow bit
965 ($ovf,$i)=($t0,$t1);
1043 addxc %g0, %g0, $ovf ! upmost overflow bit
1122 subcc %g0, $ovf, %g0 ! move upmost overflow to CCR.xcc
1124 addxc %g0, %g0, $ovf
[all...]
H A Dppc-mont.pl109 my $ovf=$rp;
147 addi $ovf,$num,$FRAME
148 subf $ovf,$ovf,$sp ; $sp-$ovf
149 and $ovf,$ovf,$tj ; minimize TLB usage
150 subf $ovf,$sp,$ovf ; $ovf
[all...]
H A Dppc64-mont.pl119 $rp="r3"; $ovf="r3";
799 srdi $ovf,$t7,48
890 srwi $ovf,$t5,16
1364 add $carry,$carry,$ovf ; consume upmost overflow
1369 srdi $ovf,$t7,48
1464 addc $t6,$t6,$ovf
1475 srwi $ovf,$t5,16
1512 subfe $ovf,$i,$ovf ; handle upmost overflow bit
1529 and $t0,$t0,$ovf
[all...]
H A Darmv8-mont.pl56 $ovf, $i,$j,$tp,$tj) = map("x$_",6..17,19..24);
151 adc $ovf,xzr,xzr // upmost overflow bit
212 adcs $hi1,$nhi,$ovf
213 adc $ovf,xzr,xzr
220 adc $ovf,$ovf,xzr // upmost overflow bit
243 sbcs $ovf,$ovf,xzr // did it borrow?
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dvis3-mont.pl95 ($ovf,$i)=($t0,$t1);
205 addxc %g0, %g0, $ovf ! upmost overflow bit
284 subcc %g0, $ovf, %g0 ! move upmost overflow to CCR.xcc
286 addxc %g0, %g0, $ovf
321 subccc $ovf, %g0, $ovf ! handle upmost overflow bit
H A Dsparct4-mont.pl717 ($ovf,$i)=($t0,$t1);
794 addxc %g0, %g0, $ovf ! upmost overflow bit
872 subcc %g0, $ovf, %g0 ! move upmost overflow to CCR.xcc
874 addxc %g0, %g0, $ovf
908 subccc $ovf, %g0, $ovf ! handle upmost overflow bit
967 ($ovf,$i)=($t0,$t1);
1045 addxc %g0, %g0, $ovf ! upmost overflow bit
1124 subcc %g0, $ovf, %g0 ! move upmost overflow to CCR.xcc
1126 addxc %g0, %g0, $ovf
[all...]
H A Dppc-mont.pl113 my $ovf=$rp;
151 addi $ovf,$num,$FRAME
152 subf $ovf,$ovf,$sp ; $sp-$ovf
153 and $ovf,$ovf,$tj ; minimize TLB usage
154 subf $ovf,$sp,$ovf ; $ovf
[all...]
H A Dppc64-mont.pl123 $rp="r3"; $ovf="r3";
803 srdi $ovf,$t7,48
894 srwi $ovf,$t5,16
1368 add $carry,$carry,$ovf ; consume upmost overflow
1373 srdi $ovf,$t7,48
1468 addc $t6,$t6,$ovf
1479 srwi $ovf,$t5,16
1516 subfe $ovf,$i,$ovf ; handle upmost overflow bit
1533 and $t0,$t0,$ovf
[all...]
H A Darmv8-mont.pl59 $ovf, $i,$j,$tp,$tj) = map("x$_",6..17,19..24);
172 adc $ovf,xzr,xzr // upmost overflow bit
233 adcs $hi1,$nhi,$ovf
234 adc $ovf,xzr,xzr
241 adc $ovf,$ovf,xzr // upmost overflow bit
264 sbcs $ovf,$ovf,xzr // did it borrow?
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h90 unsigned mainop, unsigned ovf) const;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-loongarch.c45 #define LOONGARCH_HOWTO(type, right, size, bits, pcrel, left, ovf, func, \
47 { HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc233 wi::overflow_type ovf; local
238 wide_int lim1 = wi::sub (w_min, 1, sign, &ovf);
239 gcc_checking_assert (ovf != wi::OVF_OVERFLOW);
247 wide_int lim2 = wi::add (w_max, 1, sign, &ovf);
248 gcc_checking_assert (ovf != wi::OVF_OVERFLOW);
1875 wi::overflow_type ovf; local
1886 tmp = subtract_one (orig_range.lower_bound (), ttype, ovf);
1888 if (ovf)
1900 tmp = wi::add (wi::to_wide (orig_range.m_base[j]), 1, sign, &ovf);
1903 ttype, ovf);
[all...]
H A Dvr-values.cc1061 tree op0, tree op1, bool *ovf, gimple *s = NULL)
1094 *ovf = arith_overflowed_p (subcode, type, vr0min,
1097 subcode == MINUS_EXPR ? vr1min : vr1max) != *ovf)
1101 if (arith_overflowed_p (subcode, type, vr0min, vr1max) != *ovf
1102 || arith_overflowed_p (subcode, type, vr0max, vr1min) != *ovf)
1105 if (*ovf)
1291 bool ovf = false; local
1293 op0, op1, &ovf))
1294 vr->set (build_int_cst (type, ovf));
4093 bool ovf local
1059 check_for_binary_op_overflow(range_query *query, enum tree_code subcode, tree type, tree op0, tree op1, bool *ovf, gimple *s = NULL) argument
[all...]
H A Dtree-ssa-loop-manip.cc102 bool ovf; local
104 if (!tree_expr_nonnegative_warnv_p (step, &ovf)
H A Dtree-ssa-math-opts.cc3672 if USE_STMT is unsigned overflow check ovf != 0 for
3673 STMT, -1 if USE_STMT is unsigned overflow check ovf == 0
4240 tree ovf = make_ssa_name (type); local
4241 g2 = gimple_build_assign (ovf, IMAGPART_EXPR,
4275 gimple_cond_set_lhs (cond_stmt, ovf);
4284 gimple_assign_set_rhs1 (use_stmt, ovf);
4294 boolean_type_node, ovf,
H A Dtree-ssa-phiopt.cc773 wi::overflow_type ovf; local
783 wi::add (min + (wi::neg_p (a) ? 0 : 1), a, SIGNED, &ovf);
784 if (ovf)
797 wi::sub (a, min + (wi::neg_p (min) ? 0 : 1), SIGNED, &ovf);
798 if (ovf)
H A Dtree-vrp.cc573 combine_bound (enum tree_code code, wide_int &wi, wi::overflow_type &ovf, argument
584 wi = wi::sub (wi::to_wide (op0), wi::to_wide (op1), sgn, &ovf);
586 wi = wi::add (wi::to_wide (op0), wi::to_wide (op1), sgn, &ovf);
593 wi = wi::neg (wi::to_wide (op1), &ovf);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc2474 tree gpr, fpr, ovf, sav, t;
2493 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), unshare_expr (valist),
2532 t = make_tree (TREE_TYPE (ovf), crtl->args.internal_arg_pointer);
2535 t = build2 (MODIFY_EXPR, TREE_TYPE (ovf), ovf, t);
2563 tree gpr, fpr, ovf, sav, reg, t, u;
2660 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), unshare_expr (valist),
2768 t = ovf;
2785 gimplify_assign (unshare_expr (ovf), t, pre_p);
2469 tree gpr, fpr, ovf, sav, t; local
2558 tree gpr, fpr, ovf, sav, reg, t, u; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c1007 tree op0, tree op1, bool *ovf)
1040 *ovf = arith_overflowed_p (subcode, type, vr0min,
1043 subcode == MINUS_EXPR ? vr1min : vr1max) != *ovf)
1047 if (arith_overflowed_p (subcode, type, vr0min, vr1max) != *ovf
1048 || arith_overflowed_p (subcode, type, vr0max, vr1min) != *ovf)
1051 if (*ovf)
1397 bool ovf = false; local
1399 op0, op1, &ovf))
1400 vr->set (build_int_cst (type, ovf));
4066 bool ovf local
1006 check_for_binary_op_overflow(enum tree_code subcode, tree type, tree op0, tree op1, bool *ovf) argument
[all...]
H A Dtree-ssa-math-opts.c3293 if USE_STMT is unsigned overflow check ovf != 0 for
3294 STMT, -1 if USE_STMT is unsigned overflow check ovf == 0
3428 tree ovf = make_ssa_name (type); local
3429 g2 = gimple_build_assign (ovf, IMAGPART_EXPR,
3444 gimple_cond_set_lhs (cond_stmt, ovf);
3453 gimple_assign_set_rhs1 (use_stmt, ovf);
3463 boolean_type_node, ovf,
H A Dtree-ssa-phiopt.c691 wi::overflow_type ovf; local
701 wi::add (min + (wi::neg_p (a) ? 0 : 1), a, SIGNED, &ovf);
702 if (ovf)
715 wi::sub (a, min + (wi::neg_p (min) ? 0 : 1), SIGNED, &ovf);
716 if (ovf)
H A Dtree-ssa-loop-manip.c102 bool ovf; local
104 if (!tree_expr_nonnegative_warnv_p (step, &ovf)
H A Dtree-vrp.c754 combine_bound (enum tree_code code, wide_int &wi, wi::overflow_type &ovf, argument
765 wi = wi::sub (wi::to_wide (op0), wi::to_wide (op1), sgn, &ovf);
767 wi = wi::add (wi::to_wide (op0), wi::to_wide (op1), sgn, &ovf);
774 wi = wi::neg (wi::to_wide (op1), &ovf);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-loongarch.c46 #define LOONGARCH_HOWTO(type, right, size, bits, pcrel, left, ovf, func, \
48 { HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \

Completed in 464 milliseconds

123456789