Home
last modified time | relevance | path

Searched refs:i8vec3 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dwiden_load-2.ll128 %i8vec3 = type <3 x i8>
129 define void @add3i8(%i8vec3* nocapture sret %ret, %i8vec3* %ap, %i8vec3* %bp) nounwind {
134 %a = load %i8vec3* %ap, align 16
135 %b = load %i8vec3* %bp, align 16
136 %x = add %i8vec3 %a, %b
137 store %i8vec3 %x, %i8vec3* %ret, align 16
/external/llvm/test/CodeGen/X86/
Dwiden_load-2.ll165 %i8vec3 = type <3 x i8>
166 define void @add3i8(%i8vec3* nocapture sret %ret, %i8vec3* %ap, %i8vec3* %bp) nounwind {
179 %a = load %i8vec3, %i8vec3* %ap, align 16
180 %b = load %i8vec3, %i8vec3* %bp, align 16
181 %x = add %i8vec3 %a, %b
182 store %i8vec3 %x, %i8vec3* %ret, align 16
/external/vulkan-validation-layers/libs/glm/
Dfwd.hpp378 typedef lowp_i8vec3 i8vec3; typedef
383 typedef mediump_i8vec3 i8vec3; typedef
396 typedef highp_i8vec3 i8vec3; typedef
/external/vulkan-validation-layers/libs/glm/gtc/
Dtype_precision.hpp277 typedef detail::tvec3<i8, defaultp> i8vec3; typedef