Searched refs:FITOD (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/math-emu/ |
D | math_32.c | 124 #define FITOD 0x0c8 /* v6 */ macro 326 case FITOD: TYPE(2,2,1,1,0,0,0); break; in do_one_mathemu() 461 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu()
|
D | math_64.c | 69 #define FITOD 0x0c8 /* Only Ultra-III generates this. */ macro 258 case FITOD: TYPE(2,2,1,1,0,0,0); break; in do_mathemu() 476 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_mathemu()
|