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

  /external/clang/test/CodeGen/
vectorcall.c 56 typedef float __attribute__((vector_size(16))) v4f32; typedef
57 struct HVA2 { v4f32 x, y; };
58 struct HVA4 { v4f32 w, x, y, z; };
64 void __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {}
68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {}
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...]
systemz-abi-vector.c 32 typedef __attribute__((vector_size(16))) float v4f32; typedef
114 v4f32 pass_v4f32(v4f32 arg) { return arg; }
    [all...]
x86_64-arguments.c 159 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
160 v4f32 f25(v4f32 X) {
183 v4f32 v;
  /external/swiftshader/third_party/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/mesa3d/src/amd/common/
ac_llvm_build.h 61 LLVMTypeRef v4f32; member in struct:ac_llvm_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_internal.h 208 LLVMTypeRef v4f32; member in struct:si_shader_context
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 72 v4f32 = 29, // 4 x f32 enumerator in enum:llvm::MVT::SimpleValueType
207 case v4f32:
230 case v4f32:
276 case v4f32:
364 if (NumElements == 4) return MVT::v4f32;
497 V==MVT::v2i64 || V==MVT::v4f32 || V==MVT::v2f64);
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustBufferAccessWithVariablePointersTests.cpp 750 , v4f32(autoincrement)
789 const Variable v4f32; member in class:vkt::robustness::__anon19097::Variables
873 (var.v4f32, is, op::TypeVector, var.f32, 4)
874 (var.outputPtr, is, op::TypePointer, "Output", var.v4f32)
877 (var.constants[7], is, op::ConstantComposite, var.v4f32, var.constants[6], var.constants[6], var.constants[6], var.constants[6])
887 (var.v4f32, is, op::TypeVector , var.f32, 4)
888 (var.outputPtr, is, op::TypePointer, "Output" , var.v4f32)
890 (var.inputPtr, is, op::TypePointer, "Input" , var.v4f32)
    [all...]

Completed in 888 milliseconds