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

/external/qemu/target-i386/
H A Dop_helper.c4481 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f) argument
4488 *pmant = (MANTD(temp) << 11) | (1LL << 63);
4516 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f) argument
4521 *pmant = temp.l.lower;

Completed in 50 milliseconds