Home | History | Annotate | Download | only in gdb.arch

Lines Matching defs:vector

4 #define vector __attribute__((vector_size(8)))
7 vector int
8 vector_fun (vector int a, vector int b)
10 vector int c;
11 a = (vector int) __ev_create_s32 (2, 2);
12 b = (vector int) __ev_create_s32 (3, 3);
21 vector int y;
22 vector int x;
23 vector int z;
28 and we don't want the code to change any vector registers.
32 x = (vector int) __ev_create_s32 (-2, -2);
33 y = (vector int) __ev_create_s32 (1, 1);