Searched refs:int4 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 2381 char4 __ovld __cnfn convert_char4_rte(int4); 2382 char4 __ovld __cnfn convert_char4_sat_rte(int4); 2383 char4 __ovld __cnfn convert_char4_rtz(int4); 2384 char4 __ovld __cnfn convert_char4_sat_rtz(int4); 2385 char4 __ovld __cnfn convert_char4_rtp(int4); 2386 char4 __ovld __cnfn convert_char4_sat_rtp(int4); 2387 char4 __ovld __cnfn convert_char4_rtn(int4); 2388 char4 __ovld __cnfn convert_char4_sat_rtn(int4); 2389 char4 __ovld __cnfn convert_char4(int4); 2390 char4 __ovld __cnfn convert_char4_sat(int4); [all …]
|
H A D | __clang_cuda_texture_intrinsics.h | 156 using __fetch_t = int4; 160 using __fetch_t = int4; 168 using __fetch_t = int4; 176 using __fetch_t = int4; 217 __IMPL_F1(int4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \ 228 __IMPL_F1(int4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \ 239 __IMPL_F1(float4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \
|
H A D | __clang_cuda_intrinsics.h | 337 inline __device__ int4 __ldg(const int4 *ptr) { in __ldg() 340 int4 ret; in __ldg()
|
H A D | opencl-c-base.h | 189 typedef int int4 __attribute__((ext_vector_type(4))); typedef 597 #define as_int4(x) __builtin_astype((x), int4)
|
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_intrinsics.h | 81 int4 abs(int4); 203 bool all(int4); 315 bool any(int4); 512 int4 clamp(int4, int4, int4); 686 int dot(int4, int4); 1068 int4 mad(int4, int4, int4); 1172 int4 max(int4, int4); 1276 int4 min(int4, int4);
|
H A D | hlsl_basic_types.h | 50 typedef vector<int, 4> int4; typedef
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | marvell,armada-xp-pinctrl.txt | 54 mpp33 33 gpio, tdm(int4), sd0(d1), dram(bat), dram(vttctrl)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 273 // represents <int, int2, int4, float, float2, float4>.
|