Searched defs:v4i32 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dcompound-literal.c6 typedef int v4i32 __attribute((vector_size(16))); typedef
7 v4i32 *y = &(v4i32){1,2,3,4};
H A Dx86_32-arguments-darwin.c224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
228 v4i32 f55(v4i32 arg) { return arg+arg; }
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Dvecoperations.c5 typedef int v4i32 __attribute__((ext_vector_type(4))); typedef
50 void print_v4i32(const char *str, v4i32 v) {
76 v4i32 v4i32_shuffle_1(v4i32 a) {
77 v4i32 c2 = a.yzwx;
81 v4i32 v4i32_shuffle_2(v4i32 a) {
82 v4i32 c2 = a.zwxy;
86 v4i32 v4i32_shuffle_3(v4i32
[all...]
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h69 v4i32 = 23, // 4 x i32 enumerator in enum:llvm::MVT::SimpleValueType
210 case v4i32:
239 case v4i32:
288 case v4i32:
369 if (NumElements == 4) return MVT::v4i32;
501 return (V==MVT::v16i8 || V==MVT::v8i16 || V==MVT::v4i32 ||

Completed in 116 milliseconds