Searched refs:PT_FPR0 (Results 1 – 6 of 6) sorted by relevance
32 #define FPRNUMBER(i) (((i) - PT_FPR0) >> 1)33 #define FPRHALF(i) (((i) - PT_FPR0) & 1)85 if (index < PT_FPR0) { in compat_arch_ptrace()135 if (numReg >= PT_FPR0) { in compat_arch_ptrace()138 tmp = child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()189 if (index < PT_FPR0) { in compat_arch_ptrace()228 if (numReg < PT_FPR0) { in compat_arch_ptrace()242 tmp = &child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
69 if (index < PT_FPR0) { in arch_ptrace()74 unsigned int fpidx = index - PT_FPR0; in arch_ptrace()77 if (fpidx < (PT_FPSCR - PT_FPR0)) in arch_ptrace()104 if (index < PT_FPR0) { in arch_ptrace()107 unsigned int fpidx = index - PT_FPR0; in arch_ptrace()110 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 */
318 #define PT_FPSCR32 (PT_FPR0 + 2*32 + 1) /* each FP reg occupies 2 32-bit userspace slots */
139 #define PT_FPR0 0xE0 macro