Searched refs:FITOS (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/sparc/math-emu/ |
D | math_32.c | 122 #define FITOS 0x0c4 /* v6 */ macro 324 case FITOS: TYPE(2,1,1,1,0,0,0); break; in do_one_mathemu() 459 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_one_mathemu()
|
D | math_64.c | 66 #define FITOS 0x0c4 /* Only Ultra-III generates this. */ 255 case FITOS: TYPE(2,1,1,1,0,0,0); break; in do_mathemu() 473 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_mathemu()
|