HomeSort by relevance Sort by last modified time
    Searched refs:stq_p (Results 1 - 4 of 4) sorted by null

  /external/qemu/include/qemu/
bswap.h 278 static inline void stq_p(void *ptr, uint64_t v) function
315 stq_p(ptr, le_bswap(v, 64));
380 stq_p(ptr, be_bswap(v, 64));
  /external/qemu/include/exec/
cpu-all.h 164 #define stq_p(p, v) stq_be_p(p, v) macro
176 #define stq_p(p, v) stq_le_p(p, v) macro
246 #define stq_raw(p, v) stq_p(saddr((p)), v)
  /external/qemu/
gdbstub.c 490 stq_p(mem_buf, val); \
530 stq_p(mem_buf, env->xmm_regs[n].XMM_Q(0));
531 stq_p(mem_buf + 8, env->xmm_regs[n].XMM_Q(1));
    [all...]
exec.c     [all...]

Completed in 95 milliseconds