Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:v4f32

14 typedef float  v4f32 __attribute__ ((vector_size(16)));
47 v4f32 v4f32_a = (v4f32) {0.5, 1, 2, 3};
48 v4f32 v4f32_b = (v4f32) {1.5, 2, 3, 4};
49 v4f32 v4f32_r;