Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1755 ArrayRef<MCPhysReg> GPRs = in emitPrologue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6741 ArrayRef<MCPhysReg> GPRs = IsPPC64 ? GPR_64 : GPR_32; in CC_AIX() local