Searched refs:FSTOI (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/sparc/math-emu/ |
D | math_32.c | 114 #define FSTOI 0x0d1 /* v6 */ macro 323 case FSTOI: TYPE(2,1,0,1,1,0,0); break; in do_one_mathemu() 456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
|
D | math_64.c | 62 #define FSTOI 0x0d1 macro 249 case FSTOI: TYPE(2,1,0,1,1,0,0); break; in do_mathemu() 461 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
|