Searched defs:VEC_SPLAT_U32 (Results 1 – 2 of 2) sorted by relevance
64 #define VEC_SPLAT_U32(_val) ((vector unsigned int)(_val)) macro83 #define VEC_SPLAT_U32(_val) ((vector unsigned int){_val, _val, _val, _val}) macro
62 #define VEC_SPLAT_U32(_val) ((__vector unsigned int){_val, _val, _val, _val}) macro