Searched refs:vSInt32 (Results 1 – 3 of 3) sorted by relevance
3 typedef int __attribute__((vector_size (16))) vSInt32; typedef5 vSInt32 foo (vUInt32 a) { in foo()6 vSInt32 b = { 0, 0, 0, 0 }; in foo()
23 typedef signed int vSInt32 __attribute__((__vector_size__(16))); typedef24 int32x4_t test4(int32x4_t a, vSInt32 b) { in test4()
24 vSInt32 valueS32 = {4,3,2,1}; in main()