Searched refs:FSTOQ (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 95 #define FSTOQ 0x0cd /* v8 */ macro 307 case FSTOQ: TYPE(3,3,1,1,1,0,0); break; in do_one_mathemu() 465 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu()
|
H A D | math_64.c | 43 #define FSTOQ 0x0cd macro 210 case FSTOQ: TYPE(3,3,1,1,1,0,0); break; in do_mathemu() 479 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu()
|