Home
last modified time | relevance | path

Searched refs:frS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dstfiwx.c7 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 Dstfd.c7 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 Dstfs.c12 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()