Home
last modified time | relevance | path

Searched defs:v2f64 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-mips-msa.c15 typedef double v2f64 __attribute__ ((vector_size(16))); typedef
Dsystemz-abi-vector.c33 typedef __attribute__((vector_size(16))) double v2f64; typedef
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h116 v2f64 = 61, // 2 x f64 enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h140 v2f64 = 85, // 2 x f64 enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DMachineValueType.h190 v2f64 = 126, // 2 x f64 enumerator
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1461 using v2f64 = tcu::Vector<tcu::Float64, 2>; typedef