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

/vbox/src/recompiler/
H A Dcpu-all.h292 DECLINLINE(void) stl_le_p(void *ptr, int v) function
331 stl_le_p(ptr, u.i);
346 stl_le_p(ptr, u.l.lower);
347 stl_le_p((uint8_t*)ptr + 4, u.l.upper);
429 static inline void stl_le_p(void *ptr, int v) function
445 stl_le_p(p, (uint32_t)v);
446 stl_le_p(p + 4, v >> 32);
468 stl_le_p(ptr, u.i);
483 stl_le_p(ptr, u.l.lower);
484 stl_le_p(pt
514 static inline void stl_le_p(void *ptr, int v) function
[all...]

Completed in 899 milliseconds