Home
last modified time | relevance | path

Searched defs:FCMPEQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c99 #define FCMPEQ 0x057 /* v8 */ macro
H A Dmath_64.c72 #define FCMPEQ 0x057 macro
/openbmc/qemu/target/sparc/
H A Dvis_helper.c310 #define FCMPEQ(a, b) ((a) == (b)) macro