Searched refs:STE (Results 1 – 14 of 14) sorted by relevance
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 208 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/ |
D | MachODebugMapParser.cpp | 67 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/ |
D | llvm-nm.cpp | 279 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/ |
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 | 39 ; Check the high end of the aligned STE range. 56 ; Check the next word up, which should use STEY instead of STE.
|
/external/jpeg/ |
D | jconfig.st | 1 /* jconfig.st --- jconfig.h for Atari ST/STE/TT using Pure C or Turbo C. */
|
D | maktjpeg.st | 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
|
D | makcjpeg.st | 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
|
D | makdjpeg.st | 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
|
D | makljpeg.st | 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
|
D | install.doc | 150 mak*jpeg.st jconfig.st Atari ST/STE/TT, Pure C or Turbo C 589 Atari ST/STE/TT:
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 114 defm STE : StoreRXPair<"ste", 0x70, 0xED66, store, FP32, 4>;
|
D | SystemZInstrInfo.cpp | 1112 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()
|
D | SystemZISelLowering.cpp | 3720 return emitCondStore(MI, MBB, SystemZ::STE, 0, false); in EmitInstrWithCustomInserter() 3722 return emitCondStore(MI, MBB, SystemZ::STE, 0, true); in EmitInstrWithCustomInserter()
|