Home
last modified time | relevance | path

Searched defs:short8 (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dvector-init.c38 typedef short __attribute__((vector_size(16))) short8; typedef
Dext_vector_casts.c8 typedef __attribute__(( ext_vector_type(8) )) short short8; typedef
/external/clang/test/Sema/
Dvector-init.c38 typedef short __attribute__((vector_size(16))) short8; typedef
Dext_vector_casts.c8 typedef __attribute__(( ext_vector_type(8) )) short short8; typedef
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h40 typedef __attribute__((ext_vector_type(8))) short short8; typedef
/external/swiftshader/src/System/
DTypes.hpp210 using short8 = vec8<short>; typedef
/external/clang/lib/Headers/
Dopencl-c.h91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h78 typedef short short8 __attribute__((ext_vector_type(8))); typedef
/external/llvm-project/clang/test/CodeGen/
Darm-swiftcall.c70 typedef short short8 __attribute__((ext_vector_type(8))); typedef
D64bit-swiftcall.c78 typedef short short8 __attribute__((ext_vector_type(8))); typedef
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2006 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local
DSubzeroReactor.cpp2537 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local