Searched defs:v2f32 (Results 1 – 6 of 6) sorted by relevance
6 void func(float32x2_t v2f32, float32x4_t v4f32) { in func()
24 typedef __attribute__((vector_size(8))) float v2f32; typedef
111 v2f32 = 56, // 2 x f32 enumerator
71 v2f32 = 28, // 2 x f32 enumerator
103 LLVMTypeRef v2f32; member
3939 LLVMTypeRef v2f32 = LLVMVectorType(ctx->f32, 2); in store_emit_buffer() local