| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | ppc_setjmp.S | 31 FP( stfd 14,((JB_FPRS+0*2)*4)(3)) 34 FP( stfd 15,((JB_FPRS+1*2)*4)(3)) 37 FP( stfd 16,((JB_FPRS+2*2)*4)(3)) 40 FP( stfd 17,((JB_FPRS+3*2)*4)(3)) 42 FP( stfd 18,((JB_FPRS+4*2)*4)(3)) 44 FP( stfd 19,((JB_FPRS+5*2)*4)(3)) 46 FP( stfd 20,((JB_FPRS+6*2)*4)(3)) 48 FP( stfd 21,((JB_FPRS+7*2)*4)(3)) 50 FP( stfd 22,((JB_FPRS+8*2)*4)(3)) 52 FP( stfd 23,((JB_FPRS+9*2)*4)(3)) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | fpu_asm.h | 11 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 …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | fpu.S | 37 stfd 0,0(r3); /* save new fpscr value */ \ 59 stfd 0,0(r3); /* save new fpscr value */ \ 83 stfd 0,0(r3); /* save new fpscr value */ \ 136 stfd 0,0(r5) /* save result */ 138 stfd 0,0(r3) /* save new fpscr value */ 215 stfd 0,0(r3); /* save new fpscr value */ \ 272 stfd 0,0(r4)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vector.S | 187 stfd fr0,24(r1) 188 stfd fr1,16(r1) 189 stfd fr31,8(r1) 246 stfd fr2,32(r1) 266 stfd fr2,32(r1) 307 stfd fr2,32(r1) 308 stfd fr3,40(r1) 309 stfd fr4,48(r1) 310 stfd fr5,56(r1)
|
| H A D | fpu.S | 69 stfd fr0,FPSTATE_FPSCR(r3) 134 stfd fr0,FPSTATE_FPSCR(r6)
|
| H A D | tm.S | 306 stfd fr0,FPSTATE_FPSCR(r7)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | ldstfp.S | 30 stfd reg, 0(r4) 216 stfd fr0, -16(r1) 218 stfd fr0, 0(r4) 231 stfd fr0, -16(r1)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | math.c | 65 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 D | stfd.c | 7 stfd(void *frS, void *ea) in stfd() function
|
| H A D | Makefile | 13 fmr.o lfd.o stfd.o
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb_handler.S | 145 stfd f0, FSCR_SAVE(r1) 147 stfd f0, VSCR_SAVE(r1)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/alignment/ |
| H A D | alignment_handler.c | 129 #define LOAD_FLOAT_DFORM_TEST(op) TEST(op, op, stfd, DFORM, 0, 0) 552 STORE_FLOAT_DFORM_TEST(stfd); in test_alignment_handler_fp()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | start.S | 122 stfd 1, 0(r3) 128 stfd 1, 0(r4)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 97 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 97 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base)
|