HomeSort by relevance Sort by last modified time
    Searched refs:BBS (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BinaryStreamRef.cpp 20 ArrayRefImpl(ArrayRef<uint8_t> Data, endianness Endian) : BBS(Data, Endian) {}
23 return BBS.getEndian();
27 return BBS.readBytes(Offset, Size, Buffer);
31 return BBS.readLongestContiguousChunk(Offset, Buffer);
33 uint32_t getLength() override { return BBS.getLength(); }
36 BinaryByteStream BBS;
42 : BBS(Data, Endian) {}
46 return BBS.getEndian();
50 return BBS.readBytes(Offset, Size, Buffer);
54 return BBS.readLongestContiguousChunk(Offset, Buffer)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
SafepointIRVerifier.cpp 476 /// Iterates over all BBs from BlockMap and recalculates AvailableIn/Out for
482 /// Though Contribution should belong to BBS it is passed separately with
487 const BasicBlockState *BBS,
496 /// Compute the AvailableOut set for BB, based on the BasicBlockState BBS,
501 static void transferBlock(const BasicBlock *BB, BasicBlockState &BBS,
532 BasicBlockState *BBS = new (BSAllocator.Allocate()) BasicBlockState;
534 transferInstruction(I, BBS->Cleared, BBS->Contribution);
535 BlockMap[&BB] = BBS;
539 // dominating BBs
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 91 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bs16.S 84 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
Gpt.asm 90 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
Mbr.asm 91 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
Gpt.S 92 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bs32.S 98 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bootsect.asm 95 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
bs16.asm 82 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
bs32.asm 97 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WindowsResource.h 145 BinaryByteStream BBS;
COFF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 45 BBS = BinaryByteStream(Data.getBuffer().drop_front(LeadingSize),
60 if (BBS.getLength() < sizeof(WinResHeaderPrefix) + sizeof(WinResHeaderSuffix))
63 return ResourceEntryRef::create(BinaryStreamRef(BBS), this);
COFFObjectFile.cpp     [all...]

Completed in 2263 milliseconds