Searched refs:SBI (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 180 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()
|
D | RuntimeDyldMachOARM.h | 261 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/ |
D | MBlazeDisassembler.cpp | 59 MBlaze::SBI, MBlaze::SHI, MBlaze::SWI, UNSUPPORTED, //3C,3D,3E,3F
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrFormats.td | 357 // t = type (1 for SBI, 0 for CBI)
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 478 def SBI : StoreMI<0x3C, "sbi ", truncstorei8>;
|