OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_set_fp80
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
machine.c
222
env->fpregs[i].d =
cpu_set_fp80
(mant, exp);
228
env->fpregs[i].d =
cpu_set_fp80
(mant, exp);
cpu.h
785
CPU86_LDouble
cpu_set_fp80
(uint64_t mant, uint16_t upper);
op_helper.c
4495
CPU86_LDouble
cpu_set_fp80
(uint64_t mant, uint16_t upper)
function
4525
CPU86_LDouble
cpu_set_fp80
(uint64_t mant, uint16_t upper)
function
[
all
...]
Completed in 206 milliseconds