Home
last modified time | relevance | path

Searched refs:mtfsfi (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0015-target-ppc-ppc_store_fpscr-doesn-t-update-bits-0-to-.patch17 field (bits 29:31) but can't be set using mtfsfi, while the other DRN
18 bits may be set using mtfsfi instruction, so bit 28 was also added to
61 +/* FPSCR bits that can be set by mtfsf, mtfsfi and mtfsb1 */
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmtfsfi.c10 mtfsfi(unsigned int crfD, unsigned int IMM) in mtfsfi() 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.c24 FLOATFUNC(mtfsfi);
316 case MTFSFI: func = mtfsfi; type = XCRI; break; in do_mathemu()