Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/math-emu/
Dmath.c103 #define FSUBS 0x045 /* v6 */ macro
313 case FSUBS: in do_one_mathemu()
428 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
/linux-2.4.37.9/arch/sparc64/math-emu/
Dmath.c47 #define FSUBS 0x045 macro
216 case FSUBS: in do_mathemu()
404 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c98 #define FSUBS 0x014 /* 20 */ macro
301 case FSUBS: func = fsubs; type = AB; break; in do_mathemu()