Searched refs:Carry (Results 1 - 23 of 23) sorted by relevance

/external/arm-neon-tests/
H A Dref_dspfns.c61 fprintf(ref_file, "Checking %s with input Overflow=%d and input Carry=%d\n",
66 Carry = init_Carry;
69 func_name, svar32_a, svar16_a, Overflow, Carry);
73 Carry = init_Carry;
76 func_name, svar32_a, svar16_a, Overflow, Carry);
80 Carry = init_Carry;
83 func_name, svar32_a, svar16_a, Overflow, Carry);
87 Carry = init_Carry;
90 func_name, svar32_a, svar16_a, Overflow, Carry);
94 Carry
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceMangling.cpp82 bool Carry = true; local
86 if (Carry) {
87 Carry = false;
94 Carry = true;
/external/llvm/lib/Support/
H A DScaledNumber.cpp293 bool Carry = doesRoundUp(Str[Truncate]);
294 if (!Carry)
308 Carry = false;
313 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate));
H A DAPInt.cpp188 y = 1; // Carry one to next digit.
758 uint64_t Carry = 0; local
761 Dst[I] = (Tmp >> Shift) | Carry;
762 Carry = Tmp << (64 - Shift);
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp220 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops); local
223 CurDAG->getMachineNode(Addu_op, DL, VT, SDValue(Carry, 0), RHS);
H A DMipsSEISelDAGToDAG.cpp259 SDNode *Carry = CurDAG->getMachineNode(SLTuOp, DL, VT, Ops); local
265 Carry = CurDAG->getMachineNode(Mips::SUBREG_TO_REG, DL, VT,
267 SDValue(Carry, 0),
274 SDNode *AddCarry = Carry;
277 AddCarry = CurDAG->getMachineNode(ADDuOp, DL, VT, SDValue(Carry, 0), RHS);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp232 SDNode *Carry = CurDAG->getMachineNode(Mips::SLTu, dl, VT, Ops, 2); local
234 SDValue(Carry,0), RHS);
/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp317 Value *Carry = Builder.CreateAnd(Tmp10, One); local
346 Carry_1->addIncoming(Carry, DoWhile);
358 Carry_2->addIncoming(Carry, DoWhile);
/external/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp440 bool Carry = false;
447 unsigned S = bool(V1) + bool(V2) + Carry;
449 Carry = (S > 1);
454 // If the next bit is same as Carry, the result will be 0 plus the
455 // other bit. The Carry bit will remain unchanged.
456 if (V1.is(Carry))
458 else if (V2.is(Carry))
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp750 SDValue Carry(Lo.getNode(), 1);
753 LHSH, RHSH, Carry);
1662 SDValue Carry = DAG.getConstant(0, dl, VT); local
1665 SDValue Ops[] = { Result, Carry };
1677 SDValue Carry = DAG.getConstant(0, dl, VT); local
1679 SDValue Ops[] = { Result, Carry };
1750 SDValue Carry(Result.getNode(), 1);
1751 SDValue Ops[] = { Carry, Result };
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp733 SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32), local
735 SDValue Lo(Carry.getNode(), 1);
738 LHSH, RHSH, Carry);
1344 SDValue Carry = DAG.getConstant(0, VT); local
1347 SDValue Ops [] = { Carry, Result };
1359 SDValue Carry = DAG.getConstant(0, VT); local
1361 SDValue Ops [] = { Carry, Result };
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp188 y = 1; // Carry one to next digit.
736 uint64_t Carry = 0; local
739 Dst[I] = (Tmp >> Shift) | Carry;
740 Carry = Tmp << (64 - Shift);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp605 SDValue Carry(AddLo, 1);
608 SDValue(Hi0, 0), SDValue(Hi1, 0), Carry);
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp961 SDValue Carry = Op.getOperand(2); local
967 SDValue Flag = DAG.getNode(LanaiISD::SUBBF, DL, MVT::Glue, LHS, RHS, Carry);
/external/syslinux/dosutil/
H A Deltorito.asm814 ; Carry is not cleared in buggy Dell BIOSes,
1038 ; Carry is not cleared in buggy Dell BIOSes,
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1802 bool Carry = (Value & 0x00FFFFFF); local
1803 Value = ((Value & 0xFF000000) >> 24) + Carry;
H A DARMISelLowering.cpp5013 SDValue Carry = Op.getOperand(2); local
5019 assert(Carry.getOpcode() != ISD::CARRY_FALSE);
5021 SDValue Cmp = DAG.getNode(ARMISD::SUBE, DL, VTs, LHS, RHS, Carry);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2993 SDValue Carry = N->getOperand(2); local
3003 SDValue LowCmp = DAG.getNode(ISD::SUBE, dl, VTList, LHSLo, RHSLo, Carry);
H A DDAGCombiner.cpp5763 SDValue Carry = N->getOperand(2); local
5766 // If Carry is false, fold to a regular SETCC.
5767 if (Carry.getOpcode() == ISD::CARRY_FALSE)
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2943 SDValue Carry = Hi.getValue(1); local
2951 SDValue Ops[2] = { Dst, Carry };
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp318 /// \arg Carry The carry returned by the llvm.*.with.overflow.*.
323 llvm::Value *&Carry) {
331 Carry = CGF.Builder.CreateExtractValue(Tmp, 1);
1887 llvm::Value *Carry; local
1888 llvm::Value *Sum = EmitOverflowIntrinsic(*this, IntrinsicId, X, Y, Carry);
1891 return RValue::get(Carry);
320 EmitOverflowIntrinsic(CodeGenFunction &CGF, const llvm::Intrinsic::ID IntrinsicID, llvm::Value *X, llvm::Value *Y, llvm::Value *&Carry) argument
/external/valgrind/
H A Dconfigure10261 * Carry-less multiplication of xmm1 with xmm2 and store the result in
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15655 SDValue Carry = Op.getOperand(2);
15662 assert(Carry.getOpcode() != ISD::CARRY_FALSE);
15664 SDValue Cmp = DAG.getNode(X86ISD::SBB, DL, VTs, LHS, RHS, Carry);
[all...]

Completed in 3902 milliseconds