Lines Matching refs:index
29 int index = 5; in testInsertWord() local
30 …vector unsigned char v1 = vec_insert4b(vsi, vuc, index); // expected-error {{argument to '__builti… in testInsertWord()
31 …vector unsigned long long v2 = vec_extract4b(vuc, index); // expected-error {{argument to '__bui… in testInsertWord()
34 void testXXPERMDI(int index) { in testXXPERMDI() argument
37 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
42 void testXXSLDWI(int index) { in testXXSLDWI() argument
45 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
50 void testCTF(int index) { in testCTF() argument
51 …vec_ctf(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF()
52 …vec_ctf(vui, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF()
55 void testVCFSX(int index) { in testVCFSX() argument
56 …vec_vcfsx(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant… in testVCFSX()
59 void testVCFUX(int index) { in testVCFUX() argument
60 …vec_vcfux(vui, index); //expected-error {{argument to '__builtin_altivec_vcfux' must be a constant… in testVCFUX()
63 void testCTS(int index) { in testCTS() argument
64 …vec_cts(vf, index); //expected-error {{argument to '__builtin_altivec_vctsxs' must be a constant i… in testCTS()
68 void testVCTSXS(int index) { in testVCTSXS() argument
69 …vec_vctsxs(vf, index); //expected-error {{argument to '__builtin_altivec_vctsxs' must be a constan… in testVCTSXS()
72 void testCTU(int index) { in testCTU() argument
73 …vec_ctu(vf, index); //expected-error {{argument to '__builtin_altivec_vctuxs' must be a constant i… in testCTU()
77 void testVCTUXS(int index) { in testVCTUXS() argument
78 …vec_vctuxs(vf, index); //expected-error {{argument to '__builtin_altivec_vctuxs' must be a constan… in testVCTUXS()
81 void testUnpack128(int index) { in testUnpack128() argument
82 …__builtin_unpack_vector_int128(vsllli, index); //expected-error {{argument to '__builtin_unpack_ve… in testUnpack128()
86 void testDSS(int index) { in testDSS() argument
87 …vec_dss(index); //expected-error {{argument to '__builtin_altivec_dss' must be a constant integer}} in testDSS()
91 void testDST(int index) { in testDST() argument
92 …vec_dst(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dst' must be a cons… in testDST()
93 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
94 …vec_dstt(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dstt' must be a co… in testDST()
95 vec_dstt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
96 …vec_dstst(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dstst' must be a … in testDST()
97 vec_dstst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
98 …vec_dststt(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dststt' must be … in testDST()
99 …vec_dststt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()