Home
last modified time | relevance | path

Searched refs:Carry (Results 1 – 25 of 49) sorted by relevance

12

/external/arm-neon-tests/
Dref_dspfns.c66 Carry = init_Carry; in test_16_fn_32()
69 func_name, svar32_a, svar16_a, Overflow, Carry); in test_16_fn_32()
73 Carry = init_Carry; in test_16_fn_32()
76 func_name, svar32_a, svar16_a, Overflow, Carry); in test_16_fn_32()
80 Carry = init_Carry; in test_16_fn_32()
83 func_name, svar32_a, svar16_a, Overflow, Carry); in test_16_fn_32()
87 Carry = init_Carry; in test_16_fn_32()
90 func_name, svar32_a, svar16_a, Overflow, Carry); in test_16_fn_32()
94 Carry = init_Carry; in test_16_fn_32()
97 func_name, svar32_a, svar16_a, Overflow, Carry); in test_16_fn_32()
[all …]
Dref-rvct-all.txt8044 DSP FNS (non-NEON/ITU) intrinsics with input Overflow=0 and input Carry=0
8045 Checking saturate with input Overflow=0 and input Carry=0
8124 Checking L_add_c with input Overflow=0 and input Carry=0
8142 Checking L_macNs with input Overflow=0 and input Carry=0
8147 Checking L_msuNs with input Overflow=0 and input Carry=0
8242 DSP FNS (non-NEON/ITU) intrinsics with input Overflow=0 and input Carry=1
8243 Checking saturate with input Overflow=0 and input Carry=1
8322 Checking L_add_c with input Overflow=0 and input Carry=1
8340 Checking L_macNs with input Overflow=0 and input Carry=1
8345 Checking L_msuNs with input Overflow=0 and input Carry=1
[all …]
/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp82 bool Carry = true; in incrementSubstitutions() local
86 if (Carry) { in incrementSubstitutions()
87 Carry = false; in incrementSubstitutions()
94 Carry = true; in incrementSubstitutions()
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl50 uint & Carry argument
55Carry = (Value64 % (static_cast<uint64>(1) << static_cast<uint64>(32))) > 1 ? static_cast<uint32>(…
64 uvec2 & Carry argument
68 uaddCarry(x[0], y[0], Carry[0]),
69 uaddCarry(x[1], y[1], Carry[1]));
77 uvec3 & Carry argument
81 uaddCarry(x[0], y[0], Carry[0]),
82 uaddCarry(x[1], y[1], Carry[1]),
83 uaddCarry(x[2], y[2], Carry[2]));
91 uvec4 & Carry argument
[all …]
/external/llvm/lib/Support/
DScaledNumber.cpp293 bool Carry = doesRoundUp(Str[Truncate]); in toString() local
294 if (!Carry) in toString()
308 Carry = false; in toString()
313 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate)); in toString()
DAPInt.cpp758 uint64_t Carry = 0; in lshrNear() local
761 Dst[I] = (Tmp >> Shift) | Carry; in lshrNear()
762 Carry = Tmp << (64 - Shift); in lshrNear()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp220 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops); in trySelect() local
223 CurDAG->getMachineNode(Addu_op, DL, VT, SDValue(Carry, 0), RHS); in trySelect()
DMipsSEISelDAGToDAG.cpp259 SDNode *Carry = CurDAG->getMachineNode(SLTuOp, DL, VT, Ops); in selectAddESubE() local
265 Carry = CurDAG->getMachineNode(Mips::SUBREG_TO_REG, DL, VT, in selectAddESubE()
267 SDValue(Carry, 0), in selectAddESubE()
274 SDNode *AddCarry = Carry; in selectAddESubE()
277 AddCarry = CurDAG->getMachineNode(ADDuOp, DL, VT, SDValue(Carry, 0), RHS); in selectAddESubE()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp232 SDNode *Carry = CurDAG->getMachineNode(Mips::SLTu, dl, VT, Ops, 2); in Select() local
234 SDValue(Carry,0), RHS); in Select()
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp317 Value *Carry = Builder.CreateAnd(Tmp10, One); in generateUnsignedDivisionCode() local
346 Carry_1->addIncoming(Carry, DoWhile); in generateUnsignedDivisionCode()
358 Carry_2->addIncoming(Carry, DoWhile); in generateUnsignedDivisionCode()
/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp440 bool Carry = false; in eADD() local
447 unsigned S = bool(V1) + bool(V2) + Carry; in eADD()
449 Carry = (S > 1); in eADD()
456 if (V1.is(Carry)) in eADD()
458 else if (V2.is(Carry)) in eADD()
/external/syslinux/dosutil/
Deltorito.asm814 ; Carry is not cleared in buggy Dell BIOSes,
1038 ; Carry is not cleared in buggy Dell BIOSes,
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp733 SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32), in ExpandADDSUB() local
735 SDValue Lo(Carry.getNode(), 1); in ExpandADDSUB()
738 LHSH, RHSH, Carry); in ExpandADDSUB()
1344 SDValue Carry = DAG.getConstant(0, VT); in PerformDAGCombine() local
1347 SDValue Ops [] = { Carry, Result }; in PerformDAGCombine()
1359 SDValue Carry = DAG.getConstant(0, VT); in PerformDAGCombine() local
1361 SDValue Ops [] = { Carry, Result }; in PerformDAGCombine()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp750 SDValue Carry(Lo.getNode(), 1); in ExpandADDSUB() local
753 LHSH, RHSH, Carry); in ExpandADDSUB()
1662 SDValue Carry = DAG.getConstant(0, dl, VT); in PerformDAGCombine() local
1665 SDValue Ops[] = { Result, Carry }; in PerformDAGCombine()
1677 SDValue Carry = DAG.getConstant(0, dl, VT); in PerformDAGCombine() local
1679 SDValue Ops[] = { Result, Carry }; in PerformDAGCombine()
1750 SDValue Carry(Result.getNode(), 1); in PerformDAGCombine() local
1751 SDValue Ops[] = { Carry, Result }; in PerformDAGCombine()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNodes.td70 // Op3: Carry-generate shuffle mask
/external/llvm/lib/Target/X86/
DX86ScheduleSLM.td209 // Carry-less multiplication instructions.
DX86SchedSandyBridge.td229 // Carry-less multiplication instructions.
DX86ScheduleBtVer2.td323 // Carry-less multiplication instructions.
/external/llvm/lib/Target/Lanai/
DLanaiInstrFormats.td62 // (Carry), according to the result. If the flags are updated, they are
137 // (Zero), `N' (Negative), `V' (oVerflow), and `C' (Carry), according to
DLanaiISelLowering.cpp961 SDValue Carry = Op.getOperand(2); in LowerSETCCE() local
967 SDValue Flag = DAG.getNode(LanaiISD::SUBBF, DL, MVT::Glue, LHS, RHS, Carry); in LowerSETCCE()
/external/llvm/lib/Target/PowerPC/
DREADME_P9.txt131 - Vector Multiply-by-10 (& Write Carry) Unsigned Quadword:
137 - Vector Multiply-by-10 Extended (& Write Carry) Unsigned Quadword:
DPPCRegisterInfo.td216 // Carry bit. In the architecture this is really bit 0 of the XER register
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp736 uint64_t Carry = 0; in lshrNear() local
739 Dst[I] = (Tmp >> Shift) | Carry; in lshrNear()
740 Carry = Tmp << (64 - Shift); in lshrNear()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCRegisterInfo.td261 // Carry bit. In the architecture this is really bit 0 of the XER register
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp605 SDValue Carry(AddLo, 1); in SelectADD_SUB_I64() local
608 SDValue(Hi0, 0), SDValue(Hi1, 0), Carry); in SelectADD_SUB_I64()

12