Searched refs:stl_le_p (Results 1 – 1 of 1) sorted by relevance
284 static inline void stl_le_p(void *ptr, int v) in stl_le_p() function300 stl_le_p(p, (uint32_t)v); in stq_le_p()301 stl_le_p(p + 4, v >> 32); in stq_le_p()323 stl_le_p(ptr, u.i); in stfl_le_p()338 stl_le_p(ptr, u.l.lower); in stfq_le_p()339 stl_le_p(ptr + 4, u.l.upper); in stfq_le_p()369 static inline void stl_le_p(void *ptr, int v) in stl_le_p() function613 #define stl_p(p, v) stl_le_p(p, v)