Searched refs:v4si (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | 2006-03-16-VectorCtor.c | 4 typedef int v4si __attribute__ ((__vector_size__ (16))); typedef 5 void test(v4si *P, v4si *Q, float X) { in test() 6 *P = (v4si){ X, X, X, X } * *Q; in test() 9 v4si G = (v4si){ 0.1, 1.2, 4.2, 17.2 };
|
D | builtinshufflevector.c | 3 typedef int v4si __attribute__ ((vector_size (16))); typedef 5 v4si a(v4si x, v4si y) {return __builtin_shufflevector(x, y, 3, 2, 5, (2*3)+1);} in a()
|
D | debug-info-vector.c | 2 typedef int v4si __attribute__((__vector_size__(16))); typedef 4 v4si a;
|
D | volatile.c | 26 typedef int v4si __attribute__ ((vector_size (16))); typedef 27 v4si V; 28 volatile v4si vV;
|
/external/clang/test/Sema/ |
D | big-endian-neon-initializers.c | 12 typedef int v4si __attribute__ ((vector_size (16))); typedef 13 v4si c = {1, 2, 3, 4};
|
/external/llvm/test/DebugInfo/X86/ |
D | vector.ll | 6 ; typedef int v4si __attribute__((__vector_size__(16))); 8 ; v4si a 20 !7 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4si", line: 1, file: !12, baseType: !8)
|
/external/llvm/test/MC/ARM/ |
D | directive-fpu-instrs.s | 10 vmov q4, q11 @ v4si
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 397 typedef int v4si __attribute__((__vector_size__(16))); 401 v4si vsi = (v4si){1, 2, 3, 4};
|