OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_get_fp80
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
machine.c
68
cpu_get_fp80
(&mant, &exp, env->fpregs[i].d);
cpu.h
784
void
cpu_get_fp80
(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
op_helper.c
4481
void
cpu_get_fp80
(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f)
function
4516
void
cpu_get_fp80
(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f)
function
[
all
...]
Completed in 172 milliseconds