Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dfpu_helper.c43 #define MANTD(fp) (fp.l.lower) macro
924 if (MANTD(temp) == 0x8000000000000000ULL) { in helper_fxam_ST0()
930 if (MANTD(temp) == 0) { in helper_fxam_ST0()
955 mant = MANTD(tmp); in helper_fstenv()