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

/external/qemu/target-i386/
H A Dexec.h152 #define BIASEXPONENT(fp) fp.l.upper = (fp.l.upper & ~(0x7fff)) | EXPBIAS macro
185 #define BIASEXPONENT(fp) fp.l.upper = (fp.l.upper & ~(0x7ff << 20)) | (EXPBIAS << 20) macro
H A Dop_helper.c4037 BIASEXPONENT(temp);

Completed in 72 milliseconds