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

/external/qemu/target-i386/
H A Dcpu.h784 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
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 66 milliseconds