Home
last modified time | relevance | path

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

/arch/sparc/math-emu/
Dmath_32.c104 #define FSUBS 0x045 /* v6 */ macro
316 case FSUBS: in do_one_mathemu()
431 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
Dmath_64.c50 #define FSUBS 0x045 macro
240 case FSUBS: in do_mathemu()
436 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
/arch/powerpc/math-emu/
Dmath.c106 #define FSUBS 0x014 /* 20 */ macro
268 case FSUBS: func = fsubs; type = AB; break; in do_mathemu()