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

/linux-4.1.27/arch/sparc/math-emu/
H A Dmath_64.c71 #define FCMPEQ 0x057 macro
264 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; do_mathemu()
485 case FCMPEQ: do_mathemu()
488 (((insn >> 5) & 0x1ff) == FCMPEQ || do_mathemu()
H A Dmath_32.c98 #define FCMPEQ 0x057 /* v8 */ macro
337 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; do_one_mathemu()
397 case 0: /* dest is fcc. (this must be FCMPQ or FCMPEQ) */ do_one_mathemu()
489 case FCMPEQ: do_one_mathemu()
492 (((insn >> 5) & 0x1ff) == FCMPEQ || do_one_mathemu()

Completed in 106 milliseconds