Searched defs:pmant (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c5353 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f) argument
5360 *pmant = (MANTD(temp) << 11) | (1LL << 63);
5388 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f) argument
5393 *pmant = temp.l.lower;

Completed in 73 milliseconds