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

  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 6 typedef float v4f32 __attribute__((ext_vector_type(4))); typedef
54 void print_v4f32(const char *str, v4f32 v) {
101 v4f32 v4f32_shuffle_1(v4f32 a) {
102 v4f32 c2 = a.yzwx;
106 v4f32 v4f32_shuffle_2(v4f32 a) {
107 v4f32 c2 = a.zwxy;
111 v4f32 v4f32_shuffle_3(v4f32 a)
    [all...]
  /external/clang/test/CodeGen/
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/
ValueTypes.h 78 v4f32 = 31, // 4 x f32 enumerator in enum:llvm::MVT::SimpleValueType
218 case v4f32:
241 case v4f32:
290 case v4f32:
383 if (NumElements == 4) return MVT::v4f32;
502 V==MVT::v2i64 || V==MVT::v4f32 || V==MVT::v2f64);

Completed in 1208 milliseconds