Searched defs:GPR (Results 1 – 12 of 12) sorted by relevance
62 struct GPR struct64 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 …]
63 struct GPR struct65 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 …]
110 struct GPR struct112 uint32_t r[16]; // R0-R15113 uint32_t cpsr; // CPSR
88 struct GPR struct90 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 …]
59 } GPR; typedef
70 } GPR; typedef
45 void setVarArgsFirstGPR(unsigned GPR) { VarArgsFirstGPR = GPR; } in setVarArgsFirstGPR()
115 typedef arm_thread_state_t GPR; typedef
64 typedef __i386_thread_state_t GPR; typedef
63 typedef __x86_64_thread_state_t GPR; typedef
91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
2454 static const MCPhysReg GPR[] = { in LowerFormalArguments_64SVR4() local2753 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerFormalArguments_Darwin() local4033 static const MCPhysReg GPR[] = { in LowerCall_64SVR4() local4488 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; in LowerCall_Darwin() local