Home
last modified time | relevance | path

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

/arch/sparc/math-emu/
Dmath_32.c100 #define FSQRTS 0x029 /* v7 */ macro
309 case FSQRTS: TYPE(2,1,1,1,1,0,0); break; in do_one_mathemu()
447 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu()
Dmath_64.c46 #define FSQRTS 0x029 macro
218 case FSQRTS: { in do_mathemu()
452 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu()
/arch/powerpc/math-emu/
Dmath.c108 #define FSQRTS 0x016 /* 22 */ macro
270 case FSQRTS: func = fsqrts; type = XB; break; in do_mathemu()