Searched refs:PT_FPR0 (Results 1 – 5 of 5) sorted by relevance
43 #define FPRNUMBER(i) (((i) - PT_FPR0) >> 1)44 #define FPRHALF(i) (((i) - PT_FPR0) & 1)96 if (index < PT_FPR0) { in compat_arch_ptrace()146 if (numReg >= PT_FPR0) { in compat_arch_ptrace()149 tmp = child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()200 if (index < PT_FPR0) { in compat_arch_ptrace()239 if (numReg < PT_FPR0) { in compat_arch_ptrace()253 tmp = &child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
3008 if (index < PT_FPR0) { in arch_ptrace()3013 unsigned int fpidx = index - PT_FPR0; in arch_ptrace()3016 if (fpidx < (PT_FPSCR - PT_FPR0)) in arch_ptrace()3048 if (index < PT_FPR0) { in arch_ptrace()3051 unsigned int fpidx = index - PT_FPR0; in arch_ptrace()3054 if (fpidx < (PT_FPSCR - PT_FPR0)) in arch_ptrace()
120 #define PT_FPR0 48 /* each FP reg occupies 2 slots in this space */ macro124 #define PT_FPR31 (PT_FPR0 + 2*31)125 #define PT_FPSCR (PT_FPR0 + 2*32 + 1)129 #define PT_FPSCR (PT_FPR0 + 32) /* each FP reg occupies 1 slot in 64-bit space */
283 #define PT_FPSCR32 (PT_FPR0 + 2*32 + 1) /* each FP reg occupies 2 32-bit userspace slots */
139 #define PT_FPR0 0xE0 macro