Searched refs:fp_f (Results 1 – 3 of 3) sorted by relevance
52 __asm volatile ("fsd f" #x ", %1(%0)" : : "r"(fp->fp_f), "i"(x * 8)) in fpu_save() 112 __asm volatile ("fld f" #x ", %1(%0)" : : "r"(fp->fp_f), "i"(x * 8)) in fpu_load()
149 frame.sf_sc.sc_f[i] = fpreg->fp_f[i]; in sendsig()242 fpreg->fp_f[i] = ksc.sc_f[i]; in sys_sigreturn()
56 uint64_t fp_f[32]; /* floating-point registers */ member