Lines Matching refs:u8x2

7 f1 (svbool_t pg, svuint8_t u8, svuint8x2_t u8x2, svuint8x3_t u8x3, int x)  in f1()  argument
12 u8x2 = svset2 (u8x2); /* { dg-error {too few arguments to function 'svset2'} } */ in f1()
13 u8x2 = svset2 (u8x2, 1); /* { dg-error {too few arguments to function 'svset2'} } */ in f1()
14 u8x2 = svset2 (u8x2, 1, u8, 3); /* { dg-error {too many arguments to function 'svset2'} } */ in f1()
15u8x2 = svset2 (u8, 0, u8); /* { dg-error {passing single vector 'svuint8_t' to argument 1 of 'svse… in f1()
16u8x2 = svset2 (u8x3, 0, u8); /* { dg-error {passing 'svuint8x3_t' to argument 1 of 'svset2', which… in f1()
17u8x2 = svset2 (pg, 0, u8); /* { dg-error {passing 'svbool_t' to argument 1 of 'svset2', which expe… in f1()
18u8x2 = svset2 (u8x2, 0, u8x2); /* { dg-error {passing 'svuint8x2_t' to argument 3 of 'svset2', whi… in f1()
19u8x2 = svset2 (u8x2, 0, f64); /* { dg-error {passing 'svfloat64_t' instead of the expected 'svuint… in f1()
20u8x2 = svset2 (u8x2, 0, pg); /* { dg-error {passing 'svbool_t' instead of the expected 'svuint8_t'… in f1()
21u8x2 = svset2 (u8x2, x, u8); /* { dg-error {argument 2 of 'svset2' must be an integer constant exp… in f1()
22 u8x2 = svset2 (u8x2, 0, u8); in f1()
23 …f64 = svset2 (u8x2, 0, u8); /* { dg-error {incompatible types when assigning to type 'svfloat64_t'… in f1()
24 u8x2 = svset2 (u8x2, 1, u8); in f1()
25u8x2 = svset2 (u8x2, 2, u8); /* { dg-error {passing 2 to argument 2 of 'svset2', which expects a v… in f1()
26u8x2 = svset2 (u8x2, 3, u8); /* { dg-error {passing 3 to argument 2 of 'svset2', which expects a v… in f1()
27u8x2 = svset2 (u8x2, 4, u8); /* { dg-error {passing 4 to argument 2 of 'svset2', which expects a v… in f1()
28u8x2 = svset2 (u8x2, 5, u8); /* { dg-error {passing 5 to argument 2 of 'svset2', which expects a v… in f1()
29u8x2 = svset2 (u8x2, ~0U, u8); /* { dg-error {passing [^ ]* to argument 2 of 'svset2', which expec… in f1()
30u8x2 = svset2 (u8x2, one, u8); /* { dg-error {argument 2 of 'svset2' must be an integer constant e… in f1()
31 u8x2 = svset2 (u8x2, 3 - 2, u8); in f1()
32 u8x2 = svset2 (u8x2, 1.0, u8); in f1()