Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp35 uint32_t &Stepping, bool Sramecc, bool Xnack) { in convertIsaVersionV2() argument
37 switch (Stepping) { in convertIsaVersionV2()
43 Stepping++; in convertIsaVersionV2()
214 uint32_t Stepping, in EmitDirectiveHSACodeObjectISAV2() argument
217 …convertIsaVersionV2(Major, Minor, Stepping, TargetID->isSramEccOnOrAny(), TargetID->isXnackOnOrAny… in EmitDirectiveHSACodeObjectISAV2()
219 << Twine(Stepping) << ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISAV2()
663 uint32_t Stepping, in EmitDirectiveHSACodeObjectISAV2() argument
670 sizeof(Major) + sizeof(Minor) + sizeof(Stepping) + in EmitDirectiveHSACodeObjectISAV2()
673 …convertIsaVersionV2(Major, Minor, Stepping, TargetID->isSramEccOnOrAny(), TargetID->isXnackOnOrAny… in EmitDirectiveHSACodeObjectISAV2()
680 OS.emitInt32(Stepping); in EmitDirectiveHSACodeObjectISAV2()
H A DAMDGPUTargetStreamer.h59 uint32_t Stepping,
133 uint32_t Stepping, StringRef VendorName,
193 uint32_t Stepping, StringRef VendorName,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetParser.h106 unsigned Stepping; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp432 Twine(Version.Stepping)) in toString()
775 Header.amd_machine_version_stepping = Version.Stepping; in initDefaultAMDKernelCodeT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1302 Sym->setVariableValue(MCConstantExpr::create(ISA.Stepping, Ctx)); in AMDGPUAsmParser()
1310 Sym->setVariableValue(MCConstantExpr::create(ISA.Stepping, Ctx)); in AMDGPUAsmParser()
4825 uint32_t Stepping; in ParseDirectiveHSACodeObjectISA() local
4834 ISA.Stepping, in ParseDirectiveHSACodeObjectISA()
4845 if (ParseAsAbsoluteExpression(Stepping)) in ParseDirectiveHSACodeObjectISA()
4860 getTargetStreamer().EmitDirectiveHSACodeObjectISAV2(Major, Minor, Stepping, in ParseDirectiveHSACodeObjectISA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp155 Version.Major, Version.Minor, Version.Stepping, "AMD", "AMDGPU"); in emitStartOfAsmFile()
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-2021952 * gdb.texinfo (Continuing and Stepping): Document new
3019 * gdb.texinfo (Continuing and Stepping): Add cross reference to
3241 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3817 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3884 (Continuing and Stepping): Document target-assisted range
4682 (Continuing and Stepping) <advance location>: Use @item instead of
4730 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
5240 (Continuing and Stepping): Restore @node. Use @section, not
7829 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
8070 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt126 15. Stepping Through a List of Results.............................51
128 16.1. Stepping Through a List of Entries or References............52
129 16.2. Stepping Through the Attributes of an Entry.................53
2803 15. Stepping Through a List of Results
2863 16.1. Stepping Through a List of Entries or References
2927 16.2. Stepping Through the Attributes of an Entry
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5073 uint32_t Stepping; in getAMDNote() member
5090 << ", Stepping: " << Isa->Stepping << "]"; in getAMDNote()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x1808 [Stepping]: Change "Proceed" to "Continue running" or "Execute".
1814 [Stepping]: Fixed up explanation of "until".
H A DChangeLog-19911374 (nodes Continuing and Stepping; Memory; Targets) clarifications
2826 Renamed "Stepping and Continuing" to "Continuing and Stepping" so it
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x1808 [Stepping]: Change "Proceed" to "Continue running" or "Execute".
1814 [Stepping]: Fixed up explanation of "until".
H A DChangeLog-19911374 (nodes Continuing and Stepping; Memory; Targets) clarifications
2826 Renamed "Stepping and Continuing" to "Continuing and Stepping" so it
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git180236 Stepping back a bit, why do we still have open remote files if we've