Home
last modified time | relevance | path

Searched refs:Overflow (Results 1 – 25 of 215) sorted by relevance

123456789

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp25 if (Overflow) in convert()
26 *Overflow = false; in convert()
194 if (Overflow) in add()
218 if (Overflow) in sub()
274 if (Overflow) in mul()
329 if (Overflow) in div()
364 if (Overflow) in shl()
399 if (Overflow) in negate()
400 *Overflow = in negate()
406 if (Overflow) in negate()
[all …]
H A DAPInt.cpp2016 if (Overflow) in sshl_ov()
2029 if (Overflow) in ushl_ov()
2038 bool Overflow; in sadd_sat() local
2040 if (!Overflow) in sadd_sat()
2048 bool Overflow; in uadd_sat() local
2050 if (!Overflow) in uadd_sat()
2057 bool Overflow; in ssub_sat() local
2059 if (!Overflow) in ssub_sat()
2067 bool Overflow; in usub_sat() local
2069 if (!Overflow) in usub_sat()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h128 bool *Overflow = nullptr) const;
134 APFixedPoint add(const APFixedPoint &Other, bool *Overflow = nullptr) const;
135 APFixedPoint sub(const APFixedPoint &Other, bool *Overflow = nullptr) const;
142 APFixedPoint shl(unsigned Amt, bool *Overflow = nullptr) const;
143 APFixedPoint shr(unsigned Amt, bool *Overflow = nullptr) const {
145 if (Overflow)
146 *Overflow = false;
152 APFixedPoint negate(bool *Overflow = nullptr) const;
169 bool *Overflow = nullptr) const;
212 bool *Overflow = nullptr);
[all …]
H A DAPInt.h1114 APInt sadd_ov(const APInt &RHS, bool &Overflow) const;
1115 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
1116 APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
1117 APInt usub_ov(const APInt &RHS, bool &Overflow) const;
1118 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
1119 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
1120 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
1121 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
1122 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp85 bool Overflow = false; in accumulateConstantOffset() local
86 APInt OffsetPlus = Index.smul_ov(IndexedSize, Overflow); in accumulateConstantOffset()
87 if (Overflow) in accumulateConstantOffset()
89 Offset = Offset.sadd_ov(OffsetPlus, Overflow); in accumulateConstantOffset()
90 if (Overflow) in accumulateConstantOffset()
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp469 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue(); in EvaluateValue() local
472 if (Overflow && ValueLive) in EvaluateValue()
682 bool Overflow = false; in EvaluateDirectiveSubExpr() local
697 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
709 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
716 Res = LHS.Val.ushl_ov(RHS.Val, Overflow); in EvaluateDirectiveSubExpr()
718 Res = llvm::APSInt(LHS.Val.sshl_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
725 Overflow = true; in EvaluateDirectiveSubExpr()
735 Res = llvm::APSInt(LHS.Val.sadd_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
741 Res = llvm::APSInt(LHS.Val.ssub_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCheckedArithmetic.h33 bool Overflow; variable
34 llvm::APInt Out = (ALHS.*Op)(ARHS, Overflow);
35 if (Overflow)
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/sparc/
H A Dldmf-stmf-diag.s3 ldmfs [%g1+0x401], %f1 ! Overflow in simm10 constant.
8 stmfs %f1, [%g1+0x401] ! Overflow in simm10 constant.
H A Dldm-stm-diag.s3 ldmsh [%g1+0x401], %g2 ! Overflow in simm10 constant.
H A Dcbcond-diag.s3 cwbe %o1, +32,1f ! Overflow in the simm5 field.
H A Dfpcmpshl-diag.s3 fpcmpule8shl %f32, %f48, 4, %g1 ! Overflow in imm2 operand.
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dldmf-stmf-diag.s3 ldmfs [%g1+0x401], %f1 ! Overflow in simm10 constant.
8 stmfs %f1, [%g1+0x401] ! Overflow in simm10 constant.
H A Dldm-stm-diag.s3 ldmsh [%g1+0x401], %g2 ! Overflow in simm10 constant.
H A Dcbcond-diag.s3 cwbe %o1, +32,1f ! Overflow in the simm5 field.
H A Dfpcmpshl-diag.s3 fpcmpule8shl %f32, %f48, 4, %g1 ! Overflow in imm2 operand.
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-modes.def43 Overflow flag to be unset. Sign bit test is used instead and
51 unspecified garbage in the Carry and Overflow flag. This
60 Add CCO to indicate that only the Overflow flag is valid.
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-modes.def44 Overflow flag to be unset. Sign bit test is used instead and
52 unspecified garbage in the Carry and Overflow flag. This
61 Add CCO to indicate that only the Overflow flag is valid.
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-mmix/
H A Dbpo-10.s1 # Overflow; specify 223*8 registers.
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dbpo-10.s1 # Overflow; specify 223*8 registers.
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Doff_cvt.in4 # Overflow.
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1396 SDValue Result, Overflow; in ExpandUADDSUBO() local
1397 TLI.expandUADDSUBO(Node, Result, Overflow, DAG); in ExpandUADDSUBO()
1399 Results.push_back(Overflow); in ExpandUADDSUBO()
1404 SDValue Result, Overflow; in ExpandSADDSUBO() local
1405 TLI.expandSADDSUBO(Node, Result, Overflow, DAG); in ExpandSADDSUBO()
1407 Results.push_back(Overflow); in ExpandSADDSUBO()
1412 SDValue Result, Overflow; in ExpandMULO() local
1413 if (!TLI.expandMULO(Node, Result, Overflow, DAG)) in ExpandMULO()
1414 std::tie(Result, Overflow) = DAG.UnrollVectorOverflowOp(Node); in ExpandMULO()
1417 Results.push_back(Overflow); in ExpandMULO()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp681 bool Overflow; in visitAllocaInst() local
682 Size = Size.umul_ov(NumElems, Overflow); in visitAllocaInst()
683 return Overflow ? unknown() : std::make_pair(align(Size, I.getAlignment()), in visitAllocaInst()
746 bool Overflow; in visitCallBase() local
747 Size = Size.umul_ov(NumElems, Overflow); in visitCallBase()
748 return Overflow ? unknown() : std::make_pair(Size, Zero); in visitCallBase()
/netbsd/sys/external/bsd/acpica/dist/tests/misc/
H A DconverterSample.asl34 // ACPI: Overflow conditions are ignored and results are undefined.
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp705 Constant *Overflow) { in createOverflowTuple() argument
706 Constant *V[] = {UndefValue::get(Result->getType()), Overflow}; in createOverflowTuple()
1161 bool Overflow; in visitCallInst() local
1163 IsSigned ? C1->sadd_ov(*C0, Overflow) : C1->uadd_ov(*C0, Overflow); in visitCallInst()
1164 if (!Overflow) in visitCallInst()
1260 bool Overflow; in visitCallInst() local
1261 NewVal = Val->sadd_ov(*Val2, Overflow); in visitCallInst()
1262 if (Overflow) { in visitCallInst()
2177 bool Overflow; in annotateAnyAllocSite() local
2179 APInt Size = N.umul_ov(Op1C->getValue(), Overflow); in annotateAnyAllocSite()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy-abi132 Name Value Field Calculation Overflow
161 In the 'Overflow' column, 'none' means that any overflow of the

123456789