Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c52 #define MANTD(fp) (fp.l.lower) macro
2402 if (MANTD(temp) == 0x8000000000000000ULL) { in helper_fxam_ST0()
2404 } else if (MANTD(temp) & 0x8000000000000000ULL) { in helper_fxam_ST0()
2408 if (MANTD(temp) == 0) { in helper_fxam_ST0()
2413 } else if (MANTD(temp) & 0x8000000000000000ULL) { in helper_fxam_ST0()
2434 mant = MANTD(tmp); in do_fstenv()