Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dcpu.c338 static void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, floatx80 f) in cpu_get_fp80() argument
343 *pmant = temp.l.lower; in cpu_get_fp80()
/qemu/target/i386/
H A Dmachine.c163 static void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, floatx80 f) in cpu_get_fp80() argument
168 *pmant = temp.l.lower; in cpu_get_fp80()