Home
last modified time | relevance | path

Searched refs:FITOQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c94 #define FITOQ 0x0cc /* v8 */ macro
306 case FITOQ: TYPE(3,3,1,1,0,0,0); break; in do_one_mathemu()
462 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_one_mathemu()
H A Dmath_64.c42 #define FITOQ 0x0cc macro
209 case FITOQ: TYPE(3,3,1,1,0,0,0); break; in do_mathemu()
468 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_mathemu()