Searched refs:Bits (Results 126 - 141 of 141) sorted by relevance

123456

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3213 unsigned Bits = Cond->getType()->getIntegerBitWidth(); local
3214 APInt KnownZero(Bits, 0), KnownOne(Bits, 0);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1741 enum Bits { HIGH, LOW }; enum in class:v8::FINAL
1742 DECLARE_INSTRUCTION_FACTORY_P2(HDoubleBits, HValue*, Bits);
1750 Bits bits() { return bits_; }
1758 HDoubleBits(HValue* value, Bits bits)
1766 Bits bits_;
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5711 void addFloat(uint64_t Offset, llvm::Type *Ty, unsigned Bits) { argument
5713 if (Offset % Bits)
5716 if (Bits < 64)
5720 Size = Offset + Bits;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3177 SDValue Bits = DAG.getNode(ISD::BITCAST, dl, IntVT, Node->getOperand(0));
3180 DAG.getNode(ISD::AND, dl, IntVT, Bits, ExponentMask),
3185 DAG.getNode(ISD::AND, dl, IntVT, Bits, SignMask),
3190 DAG.getNode(ISD::AND, dl, IntVT, Bits, MantissaMask),
H A DSelectionDAGBuilder.cpp2572 CasesBits[i].Bits++;
2589 << ", Bits: " << CasesBits[i].Bits
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm46 ;# 0 with 4, 1 with 5, 2 with 6, and 3 with 7. Bits 0...3 index the
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm46 ;# 0 with 4, 1 with 5, 2 with 6, and 3 with 7. Bits 0...3 index the
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7196 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
7211 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
7214 static const Bits kFractionBitMask =
7215 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
7218 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
7247 static RawType ReinterpretBits(const Bits bits) {
7264 const Bits &bits() const { return u_.bits_; }
7267 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
7270 Bits fraction_bit
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7196 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
7211 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
7214 static const Bits kFractionBitMask =
7215 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
7218 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
7247 static RawType ReinterpretBits(const Bits bits) {
7264 const Bits &bits() const { return u_.bits_; }
7267 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
7270 Bits fraction_bit
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9941 // Bits [7:6] of the constant are the source select. This will always be
9945 // Bits [5:4] of the constant are the destination select. This is the
9947 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
12504 unsigned Bits = V.getValueSizeInBits();
12505 return DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits));
16699 unsigned Bits = Ty->getScalarSizeInBits();
16703 if (Bits == 8)
16708 if (Subtarget->hasInt256() && (Bits == 32 || Bits == 64))
20748 unsigned Bits
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6536 unsigned Bits = VT.getVectorElementType().getSizeInBits(); local
6537 uint64_t BitMask = Bits == 64 ? -1ULL : ((1ULL << Bits) - 1);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4348 // Detect VTST (Vector Test Bits) = icmp ne (and (op0, op1), zero).
10212 // Bits are known zero/one if known on the LHS and RHS.
10772 unsigned Bits = Ty->getPrimitiveSizeInBits(); local
10773 if (Bits == 0 || Bits > 32)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5164 // to prepare the input operand. Bits that might be truncated when
5207 SDValue Bits = DAG.getNode(ISD::BITCAST, dl, MVT::f64, SINT); local
5208 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Bits);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 836 milliseconds

123456