Searched refs:TS_FPR (Results 1 – 6 of 6) sorted by relevance
235 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()242 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()250 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()257 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()263 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()264 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()361 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()362 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()363 op2 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()367 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()[all …]
126 ip = (u32 *)¤t->thread.TS_FPR(flreg); in Soft_emulate_8xx()170 memcpy(ip, ¤t->thread.TS_FPR((instword>>11)&0x1f), in Soft_emulate_8xx()
370 char *ptr0 = (char *) ¤t->thread.TS_FPR(reg); in emulate_fp_pair()371 char *ptr1 = (char *) ¤t->thread.TS_FPR(reg+1); in emulate_fp_pair()652 ptr = (char *) ¤t->thread.TS_FPR(reg); in emulate_vsx()845 data.dd = current->thread.TS_FPR(reg); in fix_alignment()923 current->thread.TS_FPR(reg) = data.dd; in fix_alignment()
228 buf[i] = target->thread.TS_FPR(i); in fpr_get()234 offsetof(struct thread_struct, TS_FPR(32))); in fpr_get()257 target->thread.TS_FPR(i) = buf[i]; in fpr_set()262 offsetof(struct thread_struct, TS_FPR(32))); in fpr_set()
347 buf[i] = task->thread.TS_FPR(i); in copy_fpr_to_user()361 task->thread.TS_FPR(i) = buf[i]; in copy_fpr_from_user()
150 #define TS_FPR(i) fpr[i][TS_FPROFFSET] macro