HomeSort by relevance Sort by last modified time
    Searched refs:vector_size (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/clang/test/Sema/
typedef-retain.c 3 typedef float float4 __attribute__((vector_size(16)));
4 typedef int int4 __attribute__((vector_size(16)));
vector-assign.c 2 typedef unsigned int v2u __attribute__ ((vector_size (8)));
3 typedef signed int v2s __attribute__ ((vector_size (8)));
4 typedef signed int v1s __attribute__ ((vector_size (4)));
5 typedef float v2f __attribute__ ((vector_size(8)));
6 typedef signed short v4ss __attribute__ ((vector_size (8)));
42 float test2(__attribute__((vector_size(16))) float a, int b) {
vector-cast.c 3 typedef long long t1 __attribute__ ((vector_size (8)));
4 typedef char t2 __attribute__ ((vector_size (16)));
5 typedef float t3 __attribute__ ((vector_size (16)));
6 typedef short s2 __attribute__ ((vector_size(4)));
47 typedef float float2 __attribute__ ((vector_size (8)));
48 typedef __attribute__((vector_size(8))) double float64x1_t;
49 typedef __attribute__((vector_size(16))) double float64x2_t;
71 typedef short short_sizeof_pointer __attribute__((vector_size(sizeof(void*))));
types.c 56 int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid vector element type}}
72 int __attribute__ ((vector_size(8192))) x1; // expected-error {{vector size too large}}
76 enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}}
altivec-init.c 3 typedef int v4 __attribute((vector_size(16)));
4 typedef short v8 __attribute((vector_size(16)));
  /external/clang/test/CodeGen/
x86_32-arguments-linux.c 26 typedef int __attribute__((vector_size (8))) t56_v2i;
27 typedef double __attribute__((vector_size (8))) t56_v1d;
28 typedef int __attribute__((vector_size (16))) t56_v4i;
29 typedef double __attribute__((vector_size (16))) t56_v2d;
30 typedef int __attribute__((vector_size (32))) t56_v8i;
31 typedef double __attribute__((vector_size (32))) t56_v4d;
systemz-abi-vector.c 10 typedef __attribute__((vector_size(1))) char v1i8;
12 typedef __attribute__((vector_size(2))) char v2i8;
13 typedef __attribute__((vector_size(2))) short v1i16;
15 typedef __attribute__((vector_size(4))) char v4i8;
16 typedef __attribute__((vector_size(4))) short v2i16;
17 typedef __attribute__((vector_size(4))) int v1i32;
18 typedef __attribute__((vector_size(4))) float v1f32;
20 typedef __attribute__((vector_size(8))) char v8i8;
21 typedef __attribute__((vector_size(8))) short v4i16;
22 typedef __attribute__((vector_size(8))) int v2i32
    [all...]
x86_32-arguments-darwin.c 79 typedef short T11 __attribute__ ((vector_size (4)));
81 typedef int T12 __attribute__ ((vector_size (8)));
83 typedef long long T13 __attribute__ ((vector_size (8)));
85 typedef double T14 __attribute__ ((vector_size (8)));
87 typedef long long T15 __attribute__ ((vector_size (16)));
89 typedef double T16 __attribute__ ((vector_size (16)));
157 typedef int v39 __attribute((vector_size(16)));
252 typedef int __attribute__((vector_size (8))) t56_v2i;
253 typedef double __attribute__((vector_size (8))) t56_v1d;
254 typedef int __attribute__((vector_size (16))) t56_v4i
    [all...]
vector.c 11 typedef int vty __attribute((vector_size(16)));
15 typedef float vec4 __attribute__((vector_size(16)));
68 typedef int vec_int1 __attribute__((vector_size(4)));
77 typedef int vec_int2 __attribute__((vector_size(8)));
x86_32-inline-asm.c 14 typedef float __m128 __attribute__ ((vector_size (16)));
15 typedef float __m256 __attribute__ ((vector_size (32)));
16 typedef float __m512 __attribute__ ((vector_size (64)));
builtins-systemz-vector-error.c 5 typedef __attribute__((vector_size(16))) signed char vec_schar;
6 typedef __attribute__((vector_size(16))) signed short vec_sshort;
7 typedef __attribute__((vector_size(16))) signed int vec_sint;
8 typedef __attribute__((vector_size(16))) signed long long vec_slong;
9 typedef __attribute__((vector_size(16))) unsigned char vec_uchar;
10 typedef __attribute__((vector_size(16))) unsigned short vec_ushort;
11 typedef __attribute__((vector_size(16))) unsigned int vec_uint;
12 typedef __attribute__((vector_size(16))) unsigned long long vec_ulong;
13 typedef __attribute__((vector_size(16))) double vec_double;
compound-literal.c 6 typedef int v4i32 __attribute((vector_size(16)));
Nontemporal.cpp 14 float __attribute__((vector_size(16))) vf1, vf2;
15 char __attribute__((vector_size(8))) vc1, vc2;
palignr.c 5 typedef __attribute__((vector_size(16))) int int4;
19 typedef __attribute__((vector_size(8))) int int2;
  /external/clang/test/PCH/
types.h 27 typedef float float4 __attribute__((vector_size(16)));
  /external/clang/test/SemaCXX/
attr-gnu.cpp 5 auto P = new int * __attribute__((vector_size(8))); // expected-error {{an attribute list cannot appear here}} \
  /external/compiler-rt/test/msan/
vector_select.cc 15 typedef double __w64d __attribute__ ((vector_size(16)));
  /external/clang/test/CodeGenCXX/
attr-mode-vector-types-tmpl.cpp 22 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) VT_11;
24 typedef int __attribute__((mode(SI))) __attribute__((vector_size(16))) VT_21;
26 typedef int __attribute__((mode(DI))) __attribute__((vector_size(64))) VT_31;
43 typedef float __attribute__((mode(SF))) __attribute__((vector_size(128))) VT_41;
45 typedef float __attribute__((mode(DF))) __attribute__((vector_size(256))) VT_51;
  /external/clang/test/Parser/
atomic.c 34 typedef _Atomic int __attribute__((vector_size(16))) atomic_vector_int;
35 typedef _Atomic(int __attribute__((vector_size(16)))) atomic_vector_int;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]

Completed in 1685 milliseconds

12 3 4 5