Home
last modified time | relevance | path

Searched defs:GPRs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp97 struct GPRs { struct in libunwind::Registers_x86
98 unsigned int __eax;
99 unsigned int __ebx;
100 unsigned int __ecx;
101 unsigned int __edx;
102 unsigned int __edi;
103 unsigned int __esi;
104 unsigned int __ebp;
105 unsigned int __esp;
106 unsigned int __ss;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1302 auto &GPRs = SystemZ::XPLINK64ArgGPRs; in emitPrologue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6872 const ArrayRef<MCPhysReg> GPRs = IsPPC64 ? GPR_64 : GPR_32; in CC_AIX() local