Searched refs:frS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | stfiwx.c | 7 stfiwx(u32 *frS, void *ea) in stfiwx() argument 10 printk("%s: %p %p\n", __func__, frS, ea); in stfiwx() 13 if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) in stfiwx()
|
H A D | stfd.c | 7 stfd(void *frS, void *ea) in stfd() argument 11 printk("%s: S %p, ea %p: ", __func__, frS, ea); in stfd() 12 dump_double(frS); in stfd() 17 if (copy_to_user(ea, frS, sizeof(double))) in stfd()
|
H A D | stfs.c | 12 stfs(void *frS, void *ea) in stfs() argument 20 printk("%s: S %p, ea %p\n", __func__, frS, ea); in stfs() 23 FP_UNPACK_DP(A, frS); in stfs()
|