Searched refs:FITOD (Results 1 – 2 of 2) sorted by relevance
/arch/sparc/math-emu/ |
D | math_32.c | 123 #define FITOD 0x0c8 /* v6 */ macro 325 case FITOD: TYPE(2,2,1,1,0,0,0); break; in do_one_mathemu() 460 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu()
|
D | math_64.c | 68 #define FITOD 0x0c8 /* Only Ultra-III generates this. */ macro 257 case FITOD: TYPE(2,2,1,1,0,0,0); break; in do_mathemu() 475 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_mathemu()
|