Home
last modified time | relevance | path

Searched refs:stl_be_p (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dcpu-all.h470 static inline void stl_be_p(void *ptr, int v) in stl_be_p() function
488 stl_be_p(ptr, v >> 32); in stq_be_p()
489 stl_be_p((uint8_t *)ptr + 4, v); in stq_be_p()
511 stl_be_p(ptr, u.i); in stfl_be_p()
526 stl_be_p(ptr, u.l.upper); in stfq_be_p()
527 stl_be_p((uint8_t *)ptr + 4, u.l.lower); in stfq_be_p()
557 static inline void stl_be_p(void *ptr, int v) in stl_be_p() function
600 #define stl_p(p, v) stl_be_p(p, v)