Home
last modified time | relevance | path

Searched refs:stfs (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/lib/
Dreg.S99 stfs 0, 0*4(3)
100 stfs 1, 1*4(3)
101 stfs 2, 2*4(3)
102 stfs 3, 3*4(3)
103 stfs 4, 4*4(3)
104 stfs 5, 5*4(3)
105 stfs 6, 6*4(3)
106 stfs 7, 7*4(3)
107 stfs 8, 8*4(3)
108 stfs 9, 9*4(3)
[all …]
/Linux-v4.19/arch/powerpc/kvm/
Dfpu.S40 stfs 0,0(r4); \
62 stfs 0,0(r4); \
86 stfs 0,0(r4); \
282 stfs 0,0(r4)
/Linux-v4.19/arch/powerpc/math-emu/
Dmath.c66 FLOATFUNC(stfs);
245 case STFS: func = stfs; type = D; break; in do_mathemu()
246 case STFSU: func = stfs; type = DU; break; in do_mathemu()
256 case STFSX: func = stfs; type = XE; break; in do_mathemu()
257 case STFSUX: func = stfs; type = XEU; break; in do_mathemu()
Dstfs.c12 stfs(void *frS, void *ea) in stfs() function
DMakefile12 mtfsb1.o stfiwx.o stfs.o math.o \
/Linux-v4.19/arch/powerpc/kernel/
Dfpu.S153 stfs 0,0(r4)
/Linux-v4.19/arch/powerpc/lib/
Dldstfp.S239 stfs fr0, 0(r4)
/Linux-v4.19/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c473 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()