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

  /external/clang/test/CodeGen/
builtins-mips-msa.c 15 typedef double v2f64 __attribute__ ((vector_size(16))); typedef
50 v2f64 v2f64_a = (v2f64) {0.5, 1};
51 v2f64 v2f64_b = (v2f64) {1.5, 2};
52 v2f64 v2f64_r;
    [all...]
systemz-abi-vector.c 33 typedef __attribute__((vector_size(16))) double v2f64; typedef
122 v2f64 pass_v2f64(v2f64 arg) { return arg; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 116 v2f64 = 61, // 2 x f64 enumerator in enum:llvm::MVT::SimpleValueType
245 SimpleTy == MVT::v4f32 || SimpleTy == MVT::v2f64);
358 case v2f64:
411 case v2f64: return 2;
482 case v2f64: return 128;
650 if (NumElements == 2) return MVT::v2f64;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h 49 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); typedef
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h 49 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); typedef

Completed in 904 milliseconds