OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stfq_le_p
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
cpu-all.h
333
static inline void
stfq_le_p
(void *ptr, float64 v)
function
395
static inline void
stfq_le_p
(void *ptr, float64 v)
function
615
#define stfq_p(p, v)
stfq_le_p
(p, v)
/external/qemu/target-arm/
helper.c
202
stfq_le_p
(buf, env->vfp.regs[reg]);
209
stfq_le_p
(buf, env->vfp.regs[(reg - 32) * 2]);
210
stfq_le_p
(buf + 8, env->vfp.regs[(reg - 32) * 2 + 1]);
[
all
...]
Completed in 179 milliseconds