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

  /external/clang/test/CodeGen/
builtins-mips-msa.c 13 typedef __fp16 v8f16 __attribute__ ((vector_size(16))); typedef
44 v8f16 v8f16_a = (v8f16) {0.5, 1, 2, 3, 4, 5, 6, 7};
45 v8f16 v8f16_b = (v8f16) {1.5, 2, 3, 4, 5, 6, 7, 8};
46 v8f16 v8f16_r;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 94 v8f16 = 44, // 8 x f16 enumerator in enum:llvm::MVT::SimpleValueType
299 case v8f16: return f16;
332 case v8f16:
413 case v8f16:
551 if (NumElements == 8) return MVT::v8f16;

Completed in 56 milliseconds