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

/external/qemu/
H A Dcpu-all.h272 static inline void stw_le_p(void *ptr, int v) function
363 static inline void stw_le_p(void *ptr, int v) function
611 #define stw_p(p, v) stw_le_p(p, v)

Completed in 169 milliseconds