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

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.cpp15 // Computes the offset of the given GPR in the user data area.
17 (offsetof(GPR, regname))
22 GetRegisterContext()[gpr_##reg].byte_size = sizeof(GPR::reg); \
59 } GPR; typedef in typeref:struct:_GPR
76 return sizeof(GPR);
H A DRegisterContextLinux_x86_64.cpp16 // Computes the offset of the given GPR in the user data area.
18 (offsetof(GPR, regname))
23 GetRegisterContext()[gpr_##reg].byte_size = sizeof(GPR::reg); \
70 } GPR; typedef in typeref:struct:_GPR
76 GPR gpr; // General purpose registers.
88 uint64_t ar0; // Location of GPR's.
111 return sizeof(GPR);
H A DRegisterContext_i386.h88 struct GPR struct in class:RegisterContext_i386
142 GPR regs; // General purpose registers.
152 uint32_t ar0; // Location of GPR's.
/external/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h32 // Get and set the first call-saved GPR that should be saved and restored
37 // Get and set the last call-saved GPR that should be saved and restored
45 void setVarArgsFirstGPR(unsigned GPR) { VarArgsFirstGPR = GPR; } argument
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h115 typedef arm_thread_state_t GPR; typedef in class:DNBArchMachARM
132 GPR gpr;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h110 struct GPR struct in class:RegisterContextDarwin_arm
177 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
190 GPR gpr;
288 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
303 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
H A DRegisterContextDarwin_i386.h63 struct GPR struct in class:RegisterContextDarwin_i386
134 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
146 GPR gpr;
233 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0;
242 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
H A DRegisterContextDarwin_x86_64.h62 struct GPR struct in class:RegisterContextDarwin_x86_64
138 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
150 GPR gpr;
237 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0;
246 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h64 typedef __i386_thread_state_t GPR; typedef in class:DNBArchImplI386
96 e_regSetWordSizeGPR = sizeof(GPR) / sizeof(int),
112 GPR gpr;
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h63 typedef __x86_64_thread_state_t GPR; typedef in class:DNBArchImplX86_64
95 e_regSetWordSizeGPR = sizeof(GPR) / sizeof(int),
111 GPR gpr;
/external/kernel-headers/original/uapi/sound/
H A Demu10k1.h91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
268 unsigned int gpr_controls; /* count of GPR controls */
280 unsigned int count; /* count of GPR (1..16) */
281 unsigned short gpr[32]; /* GPR number(s) */
307 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
308 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */
310 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
311 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */
313 unsigned int gpr_list_control_count; /* count of GPR controls to list */
314 unsigned int gpr_list_control_total; /* total count of GPR control
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2454 static const MCPhysReg GPR[] = { local
2470 const unsigned Num_GPR_Regs = array_lengthof(GPR);
2499 /* Compute GPR index associated with argument offset. */
2533 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2571 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2595 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2688 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2753 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; local
2859 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2861 VReg = MF.addLiveIn(GPR[GPR_id
4033 static const MCPhysReg GPR[] = { local
4488 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32; local
[all...]

Completed in 1421 milliseconds