/openbmc/linux/tools/testing/selftests/powerpc/lib/ |
H A D | reg.S | 58 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 D | ppc_setjmp.S | 30 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 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 …]
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | fpu.S | 39 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 D | vector.S | 207 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 D | fpu.S | 80 stfd fr0,FPSTATE_FPSCR(r3) 152 stfd fr0,FPSTATE_FPSCR(r6)
|
H A D | tm.S | 303 stfd fr0,FPSTATE_FPSCR(r7)
|
/openbmc/linux/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)
|
/openbmc/linux/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
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.S | 46 OP_REGS stfd, 8, 0, 31, r6
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_handler.S | 145 stfd f0, FSCR_SAVE(r1) 147 stfd f0, VSCR_SAVE(r1)
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 120 #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 D | start.S | 121 stfd 1, 0(r3) 127 stfd 1, 0(r4)
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 96 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 96 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base)
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |