Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c99 #define FCMPEQ 0x057 /* v8 */ macro
338 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; in do_one_mathemu()
490 case FCMPEQ: in do_one_mathemu()
493 (((insn >> 5) & 0x1ff) == FCMPEQ || in do_one_mathemu()
H A Dmath_64.c72 #define FCMPEQ 0x057 macro
265 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; in do_mathemu()
486 case FCMPEQ: in do_mathemu()
489 (((insn >> 5) & 0x1ff) == FCMPEQ || in do_mathemu()