Searched refs:FSTOI (Results 1 – 2 of 2) sorted by relevance
/arch/sparc/math-emu/ |
D | math_32.c | 113 #define FSTOI 0x0d1 /* v6 */ macro 322 case FSTOI: TYPE(2,1,0,1,1,0,0); break; in do_one_mathemu() 455 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
|
D | math_64.c | 61 #define FSTOI 0x0d1 macro 248 case FSTOI: TYPE(2,1,0,1,1,0,0); break; in do_mathemu() 460 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
|