/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 160 InMemoryStruct<macho::SymbolTableEntry> STE; in loadSegment32() local 161 Obj->ReadSymbolTableEntry(SymtabLC->SymbolTableOffset, i, STE); in loadSegment32() 162 if (!STE) in loadSegment32() 164 if (STE->SectionIndex > SegmentLC->NumSections) in loadSegment32() 167 StringRef Name = Obj->getStringAtIndex(STE->StringIndex); in loadSegment32() 171 if ((unsigned)STE->SectionIndex - 1 != SectNum) in loadSegment32() 175 if (STE->Type != 0xF) // external, defined in this section. in loadSegment32() 179 if (STE->Flags != 0x0 && STE->Flags != 0x8) in loadSegment32() 183 Symbols.push_back(SymbolEntry(STE->Value, Name)); in loadSegment32() 186 (Sect->Address + STE->Value) << "\n"); in loadSegment32() [all …]
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 239 InMemoryStruct<macho::Symbol64TableEntry> STE; in DumpSymtabCommand() local 240 Obj.ReadSymbol64TableEntry(SLC->SymbolTableOffset, i, STE); in DumpSymtabCommand() 241 if (!STE) { in DumpSymtabCommand() 246 DumpSymbolTableEntryData(Obj, i, STE->StringIndex, STE->Type, in DumpSymtabCommand() 247 STE->SectionIndex, STE->Flags, STE->Value); in DumpSymtabCommand() 249 InMemoryStruct<macho::SymbolTableEntry> STE; in DumpSymtabCommand() local 250 Obj.ReadSymbolTableEntry(SLC->SymbolTableOffset, i, STE); in DumpSymtabCommand() 256 DumpSymbolTableEntryData(Obj, i, STE->StringIndex, STE->Type, in DumpSymtabCommand() 257 STE->SectionIndex, STE->Flags, STE->Value); in DumpSymtabCommand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-17.mir | 149 STE %2, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 150 STE %3, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 151 STE %4, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 152 STE %5, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 153 STE %6, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 154 STE %7, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 155 STE %8, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 156 STE %9, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 157 STE %10, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) 158 STE %11, %1, 0, $noreg :: (volatile store 4 into %ir.ptr2) [all …]
|
D | fp-move-06.ll | 5 ; Test the low end of the STE range. 14 ; Test the high end of the STE range. 24 ; Check the next word up, which should use STEY instead of STE. 88 ; Check that STE allows an index.
|
D | fp-cmp-07.mir | 41 STE $f0s, killed $r2d, 0, $noreg :: (store 4 into %ir.dest)
|
D | cond-store-05.ll | 37 ; Check the high end of the aligned STE range. 53 ; Check the next word up, which should use STEY instead of STE.
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 77 template <typename STEType> void handleStabDebugMapEntry(const STEType &STE) { in handleStabDebugMapEntry() argument 78 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry() 79 STE.n_value); in handleStabDebugMapEntry() 91 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, const STEType &STE) { in dumpSymTabEntry() argument 92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in dumpSymTabEntry() 93 STE.n_value); in dumpSymTabEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 80 template <typename STEType> void handleStabDebugMapEntry(const STEType &STE) { in handleStabDebugMapEntry() argument 81 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry() 82 STE.n_value); in handleStabDebugMapEntry() 94 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, const STEType &STE) { in dumpSymTabEntry() argument 95 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in dumpSymTabEntry() 96 STE.n_value); in dumpSymTabEntry()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 117 static Symbol copySymbol(const T &STE) { in copySymbol() argument 119 S.StringIndex = STE->StringIndex; in copySymbol() 120 S.SectionIndex = STE->SectionIndex; in copySymbol() 121 S.Value = STE->Value; in copySymbol() 258 InMemoryStruct<macho::Symbol64TableEntry> STE; in getSectionsAndSymbols() local 260 STE); in getSectionsAndSymbols() 261 Symbols.push_back(copySymbol(STE)); in getSectionsAndSymbols() 263 InMemoryStruct<macho::SymbolTableEntry> STE; in getSectionsAndSymbols() local 265 STE); in getSectionsAndSymbols() 266 Symbols.push_back(copySymbol(STE)); in getSectionsAndSymbols()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-06.ll | 5 ; Test the low end of the STE range. 14 ; Test the high end of the STE range. 24 ; Check the next word up, which should use STEY instead of STE. 88 ; Check that STE allows an index.
|
D | cond-store-05.ll | 37 ; Check the high end of the aligned STE range. 53 ; Check the next word up, which should use STEY instead of STE.
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 344 MachO::nlist STE = MachO->getSymbolTableEntry(SymDRI); in darwinPrintSymbol() local 345 NType = STE.n_type; in darwinPrintSymbol() 346 NSect = STE.n_sect; in darwinPrintSymbol() 347 NDesc = STE.n_desc; in darwinPrintSymbol() 348 NStrx = STE.n_strx; in darwinPrintSymbol() 349 NValue = STE.n_value; in darwinPrintSymbol() 570 MachO::nlist STE; in darwinPrintStab() local 581 STE = MachO->getSymbolTableEntry(SymDRI); in darwinPrintStab() 582 NType = STE.n_type; in darwinPrintStab() 583 NSect = STE.n_sect; in darwinPrintStab() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 384 MachO::nlist STE = MachO->getSymbolTableEntry(SymDRI); in darwinPrintSymbol() local 385 NType = STE.n_type; in darwinPrintSymbol() 386 NSect = STE.n_sect; in darwinPrintSymbol() 387 NDesc = STE.n_desc; in darwinPrintSymbol() 388 NStrx = STE.n_strx; in darwinPrintSymbol() 389 NValue = STE.n_value; in darwinPrintSymbol() 647 MachO::nlist STE; in darwinPrintStab() local 658 STE = MachO->getSymbolTableEntry(SymDRI); in darwinPrintStab() 659 NType = STE.n_type; in darwinPrintStab() 660 NSect = STE.n_sect; in darwinPrintStab() [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 253 Changed |= shortenOn0(MI, SystemZ::STE); in processBlock()
|
D | SystemZInstrFP.td | 139 defm STE : StoreRXPair<"ste", 0x70, 0xED66, store, FP32, 4>;
|
D | SystemZInstrInfo.cpp | 1275 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 293 Changed |= shortenOn0(MI, SystemZ::STE); in processBlock()
|
D | SystemZInstrFP.td | 159 defm STE : StoreRXPair<"ste", 0x70, 0xED66, store, FP32, 4>;
|
D | SystemZInstrInfo.cpp | 1588 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1659 MachO::nlist STE = getSymbolTableEntry(SymDRI); in checkSymbolTable() local 1660 NType = STE.n_type; in checkSymbolTable() 1661 NType = STE.n_type; in checkSymbolTable() 1662 NSect = STE.n_sect; in checkSymbolTable() 1663 NDesc = STE.n_desc; in checkSymbolTable() 1664 NStrx = STE.n_strx; in checkSymbolTable() 1665 NValue = STE.n_value; in checkSymbolTable()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 603 case STE: in DecodeSpecial()
|
D | simulator-s390.h | 531 EVALUATE(STE);
|
D | constants-s390.h | 1146 V(ste, STE, 0x70) /* type = RX_A STORE (short) */ \
|
D | simulator-s390.cc | 822 EvalTable[STE] = &Simulator::Evaluate_STE; in EvalTableInit() 3844 EVALUATE(STE) { in EVALUATE() argument 3845 DCHECK_OPCODE(STE); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 872 13636551U, // STE
|