Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/math-emu/
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()
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()
/linux-6.12.1/arch/powerpc/math-emu/
Dmath.c109 #define FSQRTS 0x016 /* 22 */ macro
271 case FSQRTS: func = fsqrts; type = XB; break; in do_mathemu()