Home
last modified time | relevance | path

Searched defs:GPR (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_x86_64.h62 struct GPR struct
64 uint64_t rax;
65 uint64_t rbx;
66 uint64_t rcx;
67 uint64_t rdx;
68 uint64_t rdi;
69 uint64_t rsi;
70 uint64_t rbp;
71 uint64_t rsp;
72 uint64_t r8;
[all …]
DRegisterContextDarwin_i386.h63 struct GPR struct
65 uint32_t eax;
66 uint32_t ebx;
67 uint32_t ecx;
68 uint32_t edx;
69 uint32_t edi;
70 uint32_t esi;
71 uint32_t ebp;
72 uint32_t esp;
73 uint32_t ss;
[all …]
DRegisterContextDarwin_arm.h110 struct GPR struct
112 uint32_t r[16]; // R0-R15
113 uint32_t cpsr; // CPSR
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_i386.h88 struct GPR struct
90 uint32_t ebx;
91 uint32_t ecx;
92 uint32_t edx;
93 uint32_t esi;
94 uint32_t edi;
95 uint32_t ebp;
96 uint32_t eax;
97 uint32_t ds;
98 uint32_t es;
[all …]
DRegisterContextFreeBSD_x86_64.cpp59 } GPR; typedef
DRegisterContextLinux_x86_64.cpp70 } GPR; typedef
/external/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h45 void setVarArgsFirstGPR(unsigned GPR) { VarArgsFirstGPR = GPR; } in setVarArgsFirstGPR()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h115 typedef arm_thread_state_t GPR; typedef
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h64 typedef __i386_thread_state_t GPR; typedef
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h63 typedef __x86_64_thread_state_t GPR; typedef
/external/kernel-headers/original/uapi/sound/
Demu10k1.h91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2454 static const MCPhysReg GPR[] = { in LowerFormalArguments_64SVR4() local
2753 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerFormalArguments_Darwin() local
4033 static const MCPhysReg GPR[] = { in LowerCall_64SVR4() local
4488 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerCall_Darwin() local