HomeSort by relevance Sort by last modified time
    Searched defs:Bit (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 105 // Find a free bit in each member of Used.
583 // and (if applicable) a bit offset, and store the values in the targets.
599 Value *Bit = ConstantInt::get(Int8Ty, 1ULL << OffsetBit);
600 Value *BitsAndBit = B.CreateAnd(Bits, Bit);
LowerTypeTests.cpp 120 // allows us to compress the bitset by only storing one bit per aligned
179 unsigned Bit = 0;
181 if (BitAllocs[I] < BitAllocs[Bit])
182 Bit = I;
184 AllocByteOffset = BitAllocs[Bit];
188 BitAllocs[Bit] = ReqSize;
193 AllocMask = 1 << Bit;
267 /// Build a bit set for TypeId using the object layouts in
293 /// Build a test that bit BitOffset mod sizeof(Bits)*8 is set in
378 /// Build a test that bit BitOffset is set in BSI, wher
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 44 Bit, Bits, Class, Code, Dag, Def, Defm, Field, In, Int, Let, List,
TGParser.cpp 112 return Error(Loc, "Initializer is not compatible with bit range");
123 unsigned Bit = BitList[i];
124 if (NewBits[Bit])
125 return Error(Loc, "Cannot set bit #" + utostr(Bit) + " of value '" +
127 NewBits[Bit] = BInit->getBit(i);
460 /// ParseRangePiece - Parse a bit/value range.
547 /// ParseOptionalBitList - Parse either a bit list in {}'s or nothing.
562 TokError("expected '}' at end of bit list");
573 /// Type ::= BIT // bit typ
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 127 high 8-bit value 0xFF indicating a disabled boot option
277 UINTN Bit;
386 // DisMap bit array is the only reliable source to check a device's en/dis state,
392 Bit = 7 - (Tmp % 8);
393 if ((DisMap[Pos] & (1 << Bit)) != 0) {
927 UINTN Bit;
989 Bit = 7 - (OldValue % 8);
990 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmm.h 84 // We don't have to worry about 64-bit addresses.
136 // Here's a struct that helps us specify a source or enable bit.
141 UINT8 Bit;
145 // Sometimes, we'll have bit descriptions that are unused. It'd be great to have a
287 // MAPPING CONTEXT TO BIT DESCRIPTIONS
288 // I'd like to have a general approach to mapping contexts to bit descriptions.
393 // Status and Enable bit description
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c 801 @return The 32 bit unique key for search.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c 1058 @return The 32 bit unique key for search.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 248 // Can only convert single bit.
290 if (getNumBits() != 1) return nullptr; // Only accept if just one bit!
304 if (auto *Bit = dyn_cast<BitInit>(getBit(i)))
305 Result |= static_cast<int64_t>(Bit->getValue()) << i;
330 if (Init *Bit = getBit(e-i-1))
331 Result += Bit->getAsString();
338 // Fix bit initializer to preserve the behavior that bit reference from a unset
339 // bits initializer will resolve into VarBitInit to keep the field name and bit
366 Init *Bit = CachedInit->getBit(CurBit->getBitNum())
    [all...]
TGParser.cpp 109 return Error(Loc, "Initializer is not compatible with bit range");
118 unsigned Bit = BitList[i];
119 if (NewBits[Bit])
120 return Error(Loc, "Cannot set bit #" + Twine(Bit) + " of value '" +
122 NewBits[Bit] = BInit->getBit(i);
135 InitType = (Twine("' of type bit initializer with length ") +
539 /// ParseRangePiece - Parse a bit/value range.
625 /// ParseOptionalBitList - Parse either a bit list in {}'s or nothing.
640 TokError("expected '}' at end of bit list")
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 32 // (((X ^ XORValue) + AddValue) >> Bit)
34 IPMConversion(unsigned xorValue, int64_t addValue, unsigned bit)
35 : XORValue(xorValue), AddValue(addValue), Bit(bit) {}
39 unsigned Bit;
64 // Classify VT as either 32 or 64 bit.
201 // Type legalization will convert 8- and 16-bit atomic operations into
223 // Handle unsigned 32-bit types as signed 64-bit types.
229 // We have native support for a 64-bit CTLZ, via FLOGR
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 133 /// BitRecTy - 'bit' - Represent a single bit
158 std::string getAsString() const { return "bit"; }
527 /// the bit subscript operator on this initializer, return null.
600 /// VarBitInit::resolveReferences. If the bit is able to be resolved, we
604 unsigned Bit) const = 0;
633 /// BitInit - true/false - Represent a concrete initializer for a bit.
672 Init *getBit(unsigned Bit) const {
673 assert(Bit < Bits.size() && "Bit index out of range!")
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 42 inline RegList CPURegister::Bit() const {
351 // Extend modes SXTX and UXTX require a 64-bit register.
468 // SXTX extend mode requires a 64-bit offset register.
1001 // Subtract five from the shift offset, as we need bit 5 from bit_pos.
    [all...]
instructions-arm64.h 21 // The following macros initialize a float/double variable with a bit pattern
23 // symbol is defined as uint32_t/uint64_t initialized with the desired bit
107 int Bit(int pos) const {
328 // The associated immediate is made of the two 16-bit payloads.
457 // - arg_pattern: A set of PrintfArgPattern values, packed into two-bit fields.
471 // The argument pattern is a set of two-bit-fields, each with one of the
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndex.h 493 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors")
494 Single, ///< Single element (last example in "Short Inline Bit Vectors")
495 AllOnes, ///< All-ones bit vector ("Eliminating Bit Vector Checks for
496 /// All-Ones Bit Vectors")
499 /// Range of size-1 expressed as a bit width. For example, if the size is in
541 uint32_t Bit = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 792 UINT8 Bit;
802 Bit = (UINT8) (PrefixLength % 8);
808 if (Bit > 0) {
809 Mask = (UINT8) (0xFF << (8 - Bit));
824 This function swaps the bytes in a 128-bit IPv6 address to switch the value
    [all...]

Completed in 1265 milliseconds

12 3 4