Home
last modified time | relevance | path

Searched refs:FSQRTS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c101 #define FSQRTS 0x029 /* v7 */ macro
310 case FSQRTS: TYPE(2,1,1,1,1,0,0); break; in do_one_mathemu()
448 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu()
H A Dmath_64.c47 #define FSQRTS 0x029 macro
219 case FSQRTS: { in do_mathemu()
453 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c109 #define FSQRTS 0x016 /* 22 */ macro
271 case FSQRTS: func = fsqrts; type = XB; break; in do_mathemu()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc213 TRANS(FSQRTS, do_helper_fsqrt, gen_helper_FSQRTS);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode521 FSQRTS 111011 ..... ----- ..... ----- 10110 . @A_tb
H A Dhelper.h133 DEF_HELPER_2(FSQRTS, f64, env, f64)
H A Dfpu_helper.c731 FPU_FSQRT(FSQRTS, float64r32_sqrt) in FPU_FSQRT()