HomeSort by relevance Sort by last modified time
    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 330 stfq_le_p(buf, env->vfp.regs[reg]);
337 stfq_le_p(buf, env->vfp.regs[(reg - 32) * 2]);
338 stfq_le_p(buf + 8, env->vfp.regs[(reg - 32) * 2 + 1]);
    [all...]

Completed in 36 milliseconds