Home
last modified time | relevance | path

Searched refs:short8 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaObjC/
Dencode-typeof-test.m29 typedef short short8 __attribute__((ext_vector_type(8)));
35 short8 d;
43 … expected-warning {{encoding of 'struct foo' type is incomplete because 'short8' (vector of 8 'sho…
/external/clang/test/Sema/
Dext_vector_casts.c8 typedef __attribute__(( ext_vector_type(8) )) short short8; typedef
20 short8 ish8; in test()
98 short8 vs = 0; in splats()
Dvector-init.c38 typedef short __attribute__((vector_size(16))) short8; typedef
41 extern short8 test3_helper(void); in test3()
/external/clang/lib/Headers/
Dopencl-c.h91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
3358 char8 __ovld __cnfn convert_char8_rte(short8);
3359 char8 __ovld __cnfn convert_char8_sat_rte(short8);
3360 char8 __ovld __cnfn convert_char8_rtz(short8);
3361 char8 __ovld __cnfn convert_char8_sat_rtz(short8);
3362 char8 __ovld __cnfn convert_char8_rtp(short8);
3363 char8 __ovld __cnfn convert_char8_sat_rtp(short8);
3364 char8 __ovld __cnfn convert_char8_rtn(short8);
3365 char8 __ovld __cnfn convert_char8_sat_rtn(short8);
3366 char8 __ovld __cnfn convert_char8(short8);
[all …]
/external/swiftshader/src/System/
DTypes.hpp221 using short8 = vec8<short>; typedef
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2489 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local
2490 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()
DLLVMReactor.cpp1989 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4() local
1991 Value *packed = Nucleus::createShuffleVector(short8, short8, select); in Short4()