Home
last modified time | relevance | path

Searched refs:V4i (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Daltivec.cpp3 typedef int V4i __attribute__((vector_size(16))); typedef
35 void f(V4i a) in f()
41 V4i vGCC; in test1()
/external/clang/test/CodeGen/
Dbuiltins-x86.c21 typedef signed int V4i __attribute__((vector_size(16))); typedef
84 V4i tmp_V4i; in f0()
/external/clang/include/clang/Basic/
DBuiltinsX86.def508 TARGET_BUILTIN(__builtin_ia32_maskloadps, "V4fV4fC*V4i", "", "avx")
604 TARGET_BUILTIN(__builtin_ia32_maskloadd, "V4iV4iC*V4i", "", "avx2")
/external/opencv3/3rdparty/openexr/Imath/
DImathVec.h695 typedef Vec4 <int> V4i; typedef