Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/math-emu/
Dmath_32.c103 #define FADDS 0x041 /* v6 */ macro
316 case FADDS: in do_one_mathemu()
428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
Dmath_64.c49 #define FADDS 0x041 macro
240 case FADDS: in do_mathemu()
433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
/linux-5.19.10/arch/powerpc/math-emu/
Dmath.c108 #define FADDS 0x015 /* 21 */ macro
270 case FADDS: func = fadds; type = AB; break; in do_mathemu()