Home
last modified time | relevance | path

Searched refs:as_short16 (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/Integer/
H A Drotate.cl178 … return as_ushort16( SPIRV_OCL_BUILTIN(rotate, _v16i16_v16i16, )( as_short16(v), as_short16(i) ) );
H A Dclz.cl163 return as_ushort16( SPIRV_OCL_BUILTIN(clz, _v16i16, )( as_short16(x) ) );
H A Dctz.cl144 return as_ushort16( SPIRV_OCL_BUILTIN(ctz, _v16i16, )( as_short16(x) ) );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/libclc/libclc-12.0.1.src/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/llvm13/llvm-project-13.0.1.src/libclc/generic/include/clc/
H A Das_type.h53 #define as_short16(x) __builtin_astype(x, short16) macro
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/include/
H A DBiF_Definitions.cl77 #define as_short16(x) __builtin_astype((x), short16)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/lang/zig-devel/zig-0.9.0/lib/include/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/lang/zig/zig-0.9.0/lib/include/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Headers/
H A Dopencl-c-base.h508 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Headers/
H A Dopencl-c-base.h533 #define as_short16(x) __builtin_astype((x), short16) macro
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Docl_math_utils.h61 …bute__((overloadable)) cvt_bf16_to_f32(ushort16 a) { return __builtin_IB_bftof_16(as_short16(a)); } in cvt_bf16_to_f32()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/
H A DIBiF_Shuffle.cl186 return SPIRV_OCL_BUILTIN(shuffle, _v2i16_v16i16, )( v, as_short16( m ) );
190 return SPIRV_OCL_BUILTIN(shuffle, _v4i16_v16i16, )( v, as_short16( m ) );
194 return SPIRV_OCL_BUILTIN(shuffle, _v8i16_v16i16, )( v, as_short16( m ) );
198 return SPIRV_OCL_BUILTIN(shuffle, _v16i16_v16i16, )( v, as_short16( m ) );
214 …return as_ushort2( SPIRV_OCL_BUILTIN(shuffle, _v16i16_v2i16, )( as_short16( v ), as_short2( m ) ) …
230 …return as_ushort4( SPIRV_OCL_BUILTIN(shuffle, _v16i16_v4i16, )( as_short16( v ), as_short4( m ) ) …
262 …return as_ushort16( SPIRV_OCL_BUILTIN(shuffle, _v16i16_v16i16, )( as_short16( v ), as_short16( m )…
18637 return SPIRV_OCL_BUILTIN(shuffle, _v2f16_v16i16, )( v, as_short16( m ) );
18641 return SPIRV_OCL_BUILTIN(shuffle, _v4f16_v16i16, )( v, as_short16( m ) );
18645 return SPIRV_OCL_BUILTIN(shuffle, _v8f16_v16i16, )( v, as_short16( m ) );
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Headers/
H A Dopencl-c.h6363 #define as_short16(x) __builtin_astype((x), short16) macro

12