Home
last modified time | relevance | path

Searched refs:STE (Results 1 – 14 of 14) sorted by relevance

/external/llvm/tools/macho-dump/
Dmacho-dump.cpp208 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand() local
209 DumpSymbolTableEntryData(Obj, SymNum, STE.n_strx, STE.n_type, in DumpSymtabCommand()
210 STE.n_sect, STE.n_desc, STE.n_value, in DumpSymtabCommand()
213 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand() local
214 DumpSymbolTableEntryData(Obj, SymNum, STE.n_strx, STE.n_type, in DumpSymtabCommand()
215 STE.n_sect, STE.n_desc, STE.n_value, in DumpSymtabCommand()
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp67 template <typename STEType> void handleStabDebugMapEntry(const STEType &STE) { in handleStabDebugMapEntry() argument
68 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry()
69 STE.n_value); in handleStabDebugMapEntry()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp279 MachO::nlist STE; in darwinPrintSymbol() local
299 STE = MachO->getSymbolTableEntry(I->Symb); in darwinPrintSymbol()
300 NType = STE.n_type; in darwinPrintSymbol()
301 NSect = STE.n_sect; in darwinPrintSymbol()
302 NDesc = STE.n_desc; in darwinPrintSymbol()
303 NStrx = STE.n_strx; in darwinPrintSymbol()
304 NValue = STE.n_value; in darwinPrintSymbol()
505 MachO::nlist STE; in darwinPrintStab() local
515 STE = MachO->getSymbolTableEntry(I->Symb); in darwinPrintStab()
516 NType = STE.n_type; in darwinPrintStab()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-06.ll5 ; 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.
Dcond-store-05.ll39 ; Check the high end of the aligned STE range.
56 ; Check the next word up, which should use STEY instead of STE.
/external/jpeg/
Djconfig.st1 /* jconfig.st --- jconfig.h for Atari ST/STE/TT using Pure C or Turbo C. */
Dmaktjpeg.st3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
Dmakcjpeg.st3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
Dmakdjpeg.st3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
Dmakljpeg.st3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
Dinstall.doc150 mak*jpeg.st jconfig.st Atari ST/STE/TT, Pure C or Turbo C
589 Atari ST/STE/TT:
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td114 defm STE : StoreRXPair<"ste", 0x70, 0xED66, store, FP32, 4>;
DSystemZInstrInfo.cpp1112 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()
DSystemZISelLowering.cpp3720 return emitCondStore(MI, MBB, SystemZ::STE, 0, false); in EmitInstrWithCustomInserter()
3722 return emitCondStore(MI, MBB, SystemZ::STE, 0, true); in EmitInstrWithCustomInserter()