Home
last modified time | relevance | path

Searched refs:stfd (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/lib/
H A Dreg.S58 stfd 0, 0*8(3)
59 stfd 1, 1*8(3)
60 stfd 2, 2*8(3)
61 stfd 3, 3*8(3)
62 stfd 4, 4*8(3)
63 stfd 5, 5*8(3)
64 stfd 6, 6*8(3)
65 stfd 7, 7*8(3)
66 stfd 8, 8*8(3)
67 stfd 9, 9*8(3)
[all …]
/openbmc/u-boot/examples/standalone/
H A Dppc_setjmp.S30 FP( stfd 14,((JB_FPRS+0*2)*4)(3))
33 FP( stfd 15,((JB_FPRS+1*2)*4)(3))
36 FP( stfd 16,((JB_FPRS+2*2)*4)(3))
39 FP( stfd 17,((JB_FPRS+3*2)*4)(3))
41 FP( stfd 18,((JB_FPRS+4*2)*4)(3))
43 FP( stfd 19,((JB_FPRS+5*2)*4)(3))
45 FP( stfd 20,((JB_FPRS+6*2)*4)(3))
47 FP( stfd 21,((JB_FPRS+7*2)*4)(3))
49 FP( stfd 22,((JB_FPRS+8*2)*4)(3))
51 FP( stfd 23,((JB_FPRS+9*2)*4)(3))
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dfpu_asm.h11 stfd f31,(stack_size + STACK_FRAME_MIN_SIZE)(%r1); \
12 stfd f30,(stack_size + STACK_FRAME_MIN_SIZE - 8)(%r1); \
13 stfd f29,(stack_size + STACK_FRAME_MIN_SIZE - 16)(%r1); \
14 stfd f28,(stack_size + STACK_FRAME_MIN_SIZE - 24)(%r1); \
15 stfd f27,(stack_size + STACK_FRAME_MIN_SIZE - 32)(%r1); \
16 stfd f26,(stack_size + STACK_FRAME_MIN_SIZE - 40)(%r1); \
17 stfd f25,(stack_size + STACK_FRAME_MIN_SIZE - 48)(%r1); \
18 stfd f24,(stack_size + STACK_FRAME_MIN_SIZE - 56)(%r1); \
19 stfd f23,(stack_size + STACK_FRAME_MIN_SIZE - 64)(%r1); \
20 stfd f22,(stack_size + STACK_FRAME_MIN_SIZE - 72)(%r1); \
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Dfpu.S39 stfd 0,0(r3); /* save new fpscr value */ \
61 stfd 0,0(r3); /* save new fpscr value */ \
85 stfd 0,0(r3); /* save new fpscr value */ \
142 stfd 0,0(r5) /* save result */
144 stfd 0,0(r3) /* save new fpscr value */
222 stfd 0,0(r3); /* save new fpscr value */ \
279 stfd 0,0(r4)
/openbmc/linux/arch/powerpc/kernel/
H A Dvector.S207 stfd fr0,24(r1)
208 stfd fr1,16(r1)
209 stfd fr31,8(r1)
267 stfd fr2,32(r1)
287 stfd fr2,32(r1)
328 stfd fr2,32(r1)
329 stfd fr3,40(r1)
330 stfd fr4,48(r1)
331 stfd fr5,56(r1)
H A Dfpu.S80 stfd fr0,FPSTATE_FPSCR(r3)
152 stfd fr0,FPSTATE_FPSCR(r6)
H A Dtm.S303 stfd fr0,FPSTATE_FPSCR(r7)
/openbmc/linux/arch/powerpc/lib/
H A Dldstfp.S30 stfd reg, 0(r4)
216 stfd fr0, -16(r1)
218 stfd fr0, 0(r4)
231 stfd fr0, -16(r1)
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c65 FLOATFUNC(stfd);
247 case STFD: func = stfd; type = D; break; in do_mathemu()
248 case STFDU: func = stfd; type = DU; break; in do_mathemu()
258 case STFDX: func = stfd; type = XE; break; in do_mathemu()
259 case STFDUX: func = stfd; type = XEU; break; in do_mathemu()
H A Dstfd.c7 stfd(void *frS, void *ea) in stfd() function
H A DMakefile13 fmr.o lfd.o stfd.o
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.S46 OP_REGS stfd, 8, 0, 31, r6
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S145 stfd f0, FSCR_SAVE(r1)
147 stfd f0, VSCR_SAVE(r1)
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c120 #define LOAD_FLOAT_DFORM_TEST(op) TEST(op, op, stfd, DFORM, 0, 0)
543 STORE_FLOAT_DFORM_TEST(stfd); in test_alignment_handler_fp()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S121 stfd 1, 0(r3)
127 stfd 1, 0(r4)
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h96 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base)
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc_asm.h96 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base)