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

/vbox/src/recompiler/
H A Dcpu-all.h618 static inline void stl_be_p(void *ptr, int v) function
636 stl_be_p(ptr, v >> 32);
637 stl_be_p((uint8_t *)ptr + 4, v);
659 stl_be_p(ptr, u.i);
674 stl_be_p(ptr, u.l.upper);
675 stl_be_p((uint8_t *)ptr + 4, u.l.lower);
705 static inline void stl_be_p(void *ptr, int v) function
748 #define stl_p(p, v) stl_be_p(p, v)

Completed in 49 milliseconds