Searched refs:stfs (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/arch/powerpc/math-emu/ |
H A D | Makefile | 11 mtfsb1.o stfiwx.o stfs.o math.o \
|
H A D | stfs.c | 11 stfs(void *frS, void *ea) stfs() function
|
H A D | math.c | 65 FLOATFUNC(stfs); variable 244 case STFS: func = stfs; type = D; break; do_mathemu() 245 case STFSU: func = stfs; type = DU; break; do_mathemu() 255 case STFSX: func = stfs; type = XE; break; do_mathemu() 256 case STFSUX: func = stfs; type = XEU; break; do_mathemu()
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | fpu.S | 40 stfs 0,0(r4); \ 62 stfs 0,0(r4); \ 86 stfs 0,0(r4); \ 282 stfs 0,0(r4)
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | fpu.S | 252 stfs 0,0(r4)
|
H A D | align.c | 73 { 4, ST+F+S }, /* 00 0 1010: stfs */ 811 /* ldbrx/stdbrx overlap lfs/stfs in the DSISR unfortunately */ fix_alignment()
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | ldstfp.S | 146 2: stfs fr0,0(r4)
|
H A D | sstep.c | 1611 case 52: /* stfs */ analyse_instr()
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | gcc_intrin.h | 206 asm volatile ("stfs [%0]=%1" :: "r"(x), "f"(__f__) : "memory"); \
|
/linux-4.1.27/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 4592 { "stfs", OP(52), OP_MASK, COM, { FRS, D, RA0 } },
|
Completed in 248 milliseconds