Home
last modified time | relevance | path

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

/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/clang/lib/Headers/
Dopencl-c.h91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2562 Value *short8 = Nucleus::createBitCast(cast.value, Short8::getType()); in Short4() local
3293 Value *short8 = Nucleus::createBitCast(shuffle, UShort8::getType()); in Swizzle() local
DSubzeroReactor.cpp3242 Value *short8 = Nucleus::createBitCast(cast.value, Short8::getType()); in Short4() local