Searched refs:stl_le_p (Results 1 – 1 of 1) sorted by relevance
283 static inline void stl_le_p(void *ptr, int v) in stl_le_p() function299 stl_le_p(p, (uint32_t)v); in stq_le_p()300 stl_le_p(p + 4, v >> 32); in stq_le_p()322 stl_le_p(ptr, u.i); in stfl_le_p()337 stl_le_p(ptr, u.l.lower); in stfq_le_p()338 stl_le_p(ptr + 4, u.l.upper); in stfq_le_p()368 static inline void stl_le_p(void *ptr, int v) in stl_le_p() function612 #define stl_p(p, v) stl_le_p(p, v)