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

  /external/clang/test/CodeGen/
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...]
x86_64-arguments.c 155 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
156 v4f32 f25(v4f32 X) {
179 v4f32 v;
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 97 v4f32 = 47, // 4 x f32 enumerator in enum:llvm::MVT::SimpleValueType
213 SimpleTy == MVT::v4f32 || SimpleTy == MVT::v2f64);
302 case v4f32:
341 case v4f32:
414 case v4f32:
556 if (NumElements == 4) return MVT::v4f32;

Completed in 282 milliseconds