Home
last modified time | relevance | path

Searched refs:mtfsf (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmtfsf.c10 mtfsf(unsigned int FM, u32 *frB) in mtfsf() function
H A DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
H A Dmath.c23 FLOATFUNC(mtfsf); variable
320 case MTFSF: func = mtfsf; type = XFLB; break; in do_mathemu()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmtfsf.c10 mtfsf(unsigned int FM, u32 *frB) in mtfsf() function
H A DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
H A Dmath.c23 FLOATFUNC(mtfsf); variable
320 case MTFSF: func = mtfsf; type = XFLB; break; in do_mathemu()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S256 mtfsf 0xff,f0
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S256 mtfsf 0xff,f0
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg.h1255 * An mtfsf instruction with the L bit set. On CPUs that support this a
1258 * Until binutils gets the new form of mtfsf, hardwire the instruction.
1264 #define MTFSF_L(REG) mtfsf 0xff, (REG)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg.h1257 * An mtfsf instruction with the L bit set. On CPUs that support this a
1260 * Until binutils gets the new form of mtfsf, hardwire the instruction.
1266 #define MTFSF_L(REG) mtfsf 0xff, (REG)

Completed in 13 milliseconds