OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldfq_le_p
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
cpu-all.h
325
static inline float64
ldfq_le_p
(const void *ptr)
function
385
static inline float64
ldfq_le_p
(const void *ptr)
function
610
#define ldfq_p(p)
ldfq_le_p
(p)
/external/qemu/target-arm/
helper.c
228
env->vfp.regs[reg] =
ldfq_le_p
(buf);
234
env->vfp.regs[(reg - 32) * 2] =
ldfq_le_p
(buf);
235
env->vfp.regs[(reg - 32) * 2 + 1] =
ldfq_le_p
(buf + 8);
[
all
...]
Completed in 11 milliseconds