Searched refs:vSInt32 (Results 1 – 4 of 4) 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()
25 typedef signed int vSInt32 __attribute__((__vector_size__(16))); typedef26 int32x4_t test4(int32x4_t a, vSInt32 b) { in test4()
52 typedef signed int vSInt32 __attribute__((__vector_size__(16))); typedef80 void f6(vSInt32 a0) { in f6()
14 vSInt32 valueS32 = {4,3,2,1}; in main()