HomeSort by relevance Sort by last modified time
    Searched defs:v4i32 (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 5 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 a)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 64 v4i32 = 22, // 4 x i32 enumerator in enum:llvm::MVT::SimpleValueType
200 case v4i32:
228 case v4i32:
274 case v4i32:
353 if (NumElements == 4) return MVT::v4i32;
496 return (V==MVT::v16i8 || V==MVT::v8i16 || V==MVT::v4i32 ||
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
228 v4i32 f55(v4i32 arg) { return arg+arg; }

Completed in 595 milliseconds