Searched defs:stq_le_p (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-all.h298 DECLINLINE(void) stq_le_p(void *ptr, uint64_t v) function
442 static inline void stq_le_p(void *ptr, uint64_t v) function
519 static inline void stq_le_p(void *ptr, uint64_t v) function
761 #define stq_p(p, v) stq_le_p(p, v)

Completed in 72 milliseconds