Searched refs:FCMPEQ (Results 1 – 2 of 2) sorted by relevance
/arch/sparc/math-emu/ |
D | math_32.c | 98 #define FCMPEQ 0x057 /* v8 */ macro 337 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; in do_one_mathemu() 489 case FCMPEQ: in do_one_mathemu() 492 (((insn >> 5) & 0x1ff) == FCMPEQ || in do_one_mathemu()
|
D | math_64.c | 71 #define FCMPEQ 0x057 macro 264 case FCMPEQ: TYPE(3,0,0,3,1,3,1); break; in do_mathemu() 485 case FCMPEQ: in do_mathemu() 488 (((insn >> 5) & 0x1ff) == FCMPEQ || in do_mathemu()
|