Searched refs:FSQRTS (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 101 #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 D | math_64.c | 47 #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 D | math.c | 109 #define FSQRTS 0x016 /* 22 */ macro 271 case FSQRTS: func = fsqrts; type = XB; break; in do_mathemu()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 213 TRANS(FSQRTS, do_helper_fsqrt, gen_helper_FSQRTS);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 521 FSQRTS 111011 ..... ----- ..... ----- 10110 . @A_tb
|
H A D | helper.h | 133 DEF_HELPER_2(FSQRTS, f64, env, f64)
|
H A D | fpu_helper.c | 731 FPU_FSQRT(FSQRTS, float64r32_sqrt) in FPU_FSQRT()
|