Searched refs:vUInt32 (Results 1 – 2 of 2) sorted by relevance
2 typedef unsigned int __attribute__((vector_size (16))) vUInt32; typedef5 vSInt32 foo (vUInt32 a) { in foo()
21 vUInt32 valueU32 = {1,2,3,4}; in main()