Home
last modified time | relevance | path

Searched refs:short4 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/Sema/
Dext_vector_conversions.c4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
14 short4 vs4; in test()
Dvector-init.c39 typedef short __attribute__((vector_size(8))) short4; typedef
43short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (… in test3()
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
Dspirv_convert.h996 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4(half4);
997 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_rtz(half4);
998 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_rte(half4);
999 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_rtp(half4);
1000 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_rtn(half4);
1001 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_sat(half4);
1002 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_sat_rtz(half4);
1003 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_sat_rte(half4);
1004 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_sat_rtp(half4);
1005 __attribute__((overloadable)) short4 __spirv_ConvertFToS_Rshort4_sat_rtn(half4);
[all …]
/external/clang/lib/Headers/
Dopencl-c.h90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
2593 char4 __ovld __cnfn convert_char4_rte(short4);
2594 char4 __ovld __cnfn convert_char4_sat_rte(short4);
2595 char4 __ovld __cnfn convert_char4_rtz(short4);
2596 char4 __ovld __cnfn convert_char4_sat_rtz(short4);
2597 char4 __ovld __cnfn convert_char4_rtp(short4);
2598 char4 __ovld __cnfn convert_char4_sat_rtp(short4);
2599 char4 __ovld __cnfn convert_char4_rtn(short4);
2600 char4 __ovld __cnfn convert_char4_sat_rtn(short4);
2601 char4 __ovld __cnfn convert_char4(short4);
[all …]
D__clang_cuda_intrinsics.h157 inline __device__ short4 __ldg(const short4 *ptr) { in __ldg()
160 short4 ret; in __ldg()
/external/clang/test/CodeGen/
Dbuiltins-nvptx.c347 typedef short short4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
349 __nvvm_ldg_s4((const short4 *)p); in nvvm_ldg()
/external/swiftshader/src/Common/
DTypes.hpp64 typedef ALIGN(8, short) short4[4];
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2565 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value; in Short4() local
2567 storeValue(short4); in Short4()
DSubzeroReactor.cpp3246 Value *short4 = Nucleus::createBitCast(int2, Short4::getType()); in Short4() local
3248 storeValue(short4); in Short4()