Lines Matching refs:vorrq
229 h = vorrq(h, 0x0000); in test_simd_bic_orr()
230 h = vorrq(h, 0x0001); in test_simd_bic_orr()
231 h = vorrq(h, 0x00FF); in test_simd_bic_orr()
232 h = vorrq(h, 0x0100); in test_simd_bic_orr()
233 …h = vorrq(h, 0x0101); // expected-error-re {{argument should be an 8-bit value shifted by a multip… in test_simd_bic_orr()
234 …h = vorrq(h, 0x01FF); // expected-error-re {{argument should be an 8-bit value shifted by a multip… in test_simd_bic_orr()
235 h = vorrq(h, 0xFF00); in test_simd_bic_orr()
237 w = vorrq(w, 0x00000000); in test_simd_bic_orr()
238 w = vorrq(w, 0x00000001); in test_simd_bic_orr()
239 w = vorrq(w, 0x000000FF); in test_simd_bic_orr()
240 w = vorrq(w, 0x00000100); in test_simd_bic_orr()
241 w = vorrq(w, 0x0000FF00); in test_simd_bic_orr()
242 w = vorrq(w, 0x00010000); in test_simd_bic_orr()
243 w = vorrq(w, 0x00FF0000); in test_simd_bic_orr()
244 w = vorrq(w, 0x01000000); in test_simd_bic_orr()
245 w = vorrq(w, 0xFF000000); in test_simd_bic_orr()
246 …w = vorrq(w, 0x01000001); // expected-error-re {{argument should be an 8-bit value shifted by a mu… in test_simd_bic_orr()
247 …w = vorrq(w, 0x01FFFFFF); // expected-error-re {{argument should be an 8-bit value shifted by a mu… in test_simd_bic_orr()