Searched refs:FITOS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 123 #define FITOS 0x0c4 /* v6 */ macro 325 case FITOS: TYPE(2,1,1,1,0,0,0); break; in do_one_mathemu() 460 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_one_mathemu()
|
H A D | math_64.c | 67 #define FITOS 0x0c4 /* Only Ultra-III generates this. */ 256 case FITOS: TYPE(2,1,1,1,0,0,0); break; in do_mathemu() 474 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_mathemu()
|