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/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
Dspirv_convert.h1026 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8(half8);
1027 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_rtz(half8);
1028 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_rte(half8);
1029 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_rtp(half8);
1030 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_rtn(half8);
1031 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_sat(half8);
1032 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_sat_rtz(half8);
1033 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_sat_rte(half8);
1034 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_sat_rtp(half8);
1035 __attribute__((overloadable)) short8 __spirv_ConvertFToS_Rshort8_sat_rtn(half8);
[all …]
/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/Common/
DTypes.hpp54 typedef ALIGN(16, short) short8[8];
/external/swiftshader/src/Reactor/
DNucleus.cpp2678 Value *short8 = Nucleus::createBitCast(cast.value, Short8::getType()); in Short4() local
2687 …Value *short4 = Nucleus::createShuffleVector(short8, short8, Nucleus::createConstantVector(pack, 4… in Short4()
2714 …Value *shuffle1 = Nucleus::createShuffleVector(short8, UndefValue::get(Short8::getType()), Nucleus… in Short4()
3555 Value *short8 = Nucleus::createBitCast(long2, Short8::getType()); in Short8() local
3557 storeValue(short8); in Short8()
3640 Value *short8 = Nucleus::createBitCast(long2, Short8::getType()); in UShort8() local
3642 storeValue(short8); in UShort8()
3725 Value *short8 = Nucleus::createBitCast(shuffle, UShort8::getType()); in Swizzle() local
3727 return RValue<UShort8>(short8); in Swizzle()