Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/math-emu/
Dmath_32.c102 #define FADDS 0x041 /* v6 */ macro
315 case FADDS: in do_one_mathemu()
427 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
Dmath_64.c48 #define FADDS 0x041 macro
239 case FADDS: in do_mathemu()
432 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
/linux-4.4.14/arch/powerpc/math-emu/
Dmath.c107 #define FADDS 0x015 /* 21 */ macro
269 case FADDS: func = fadds; type = AB; break; in do_mathemu()