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

  /external/clang/test/CodeGen/
vectorcall.c 56 typedef float __attribute__((vector_size(16))) v4f32; typedef
57 struct HVA2 { v4f32 x, y; };
58 struct HVA4 { v4f32 w, x, y, z; };
64 void __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {}
68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {}
builtins-mips-msa.c 14 typedef float v4f32 __attribute__ ((vector_size(16))); typedef
47 v4f32 v4f32_a = (v4f32) {0.5, 1, 2, 3};
48 v4f32 v4f32_b = (v4f32) {1.5, 2, 3, 4};
49 v4f32 v4f32_r;
    [all...]
systemz-abi-vector.c 32 typedef __attribute__((vector_size(16))) float v4f32; typedef
114 v4f32 pass_v4f32(v4f32 arg) { return arg; }
    [all...]
x86_64-arguments.c 159 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
160 v4f32 f25(v4f32 X) {
183 v4f32 v;
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 112 v4f32 = 57, // 4 x f32 enumerator in enum:llvm::MVT::SimpleValueType
245 SimpleTy == MVT::v4f32 || SimpleTy == MVT::v2f64);
354 case v4f32:
402 case v4f32:
481 case v4f32:
644 if (NumElements == 4) return MVT::v4f32;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h 47 typedef float v4f32 __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 47 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); typedef

Completed in 145 milliseconds