Home
last modified time | relevance | path

Searched refs:SBI (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h180 section_iterator SBI = getSectionByAddress(Obj, AddrB); in processSECTDIFFRelocation() local
181 assert(SBI != Obj.section_end() && "Can't find section for address B"); in processSECTDIFFRelocation()
182 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation()
184 SectionRef SectionB = *SBI; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h261 section_iterator SBI = getSectionByAddress(MachO, AddrB); in processHALFSECTDIFFRelocation() local
262 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()
263 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation()
265 SectionRef SectionB = *SBI; in processHALFSECTDIFFRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp59 MBlaze::SBI, MBlaze::SHI, MBlaze::SWI, UNSUPPORTED, //3C,3D,3E,3F
/external/llvm/lib/Target/AVR/
DAVRInstrFormats.td357 // t = type (1 for SBI, 0 for CBI)
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td478 def SBI : StoreMI<0x3C, "sbi ", truncstorei8>;