Searched refs:int4 (Results 1 – 9 of 9) 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_intrinsics.h | 337 inline __device__ int4 __ldg(const int4 *ptr) { in __ldg() 340 int4 ret; in __ldg() 534 __INTRINSIC_LOAD4(__ldcg, "ld.global.cg.v4.s8", char4, int4, "=r", ); 538 __INTRINSIC_LOAD4(__ldcg, "ld.global.cg.v4.s32", int4, int4, "=r", ); 551 __INTRINSIC_LOAD4(__ldcg, "ld.global.cg.v4.u8", uchar4, int4, "=r", ); 611 __INTRINSIC_LOAD4(__ldcv, "ld.global.cv.v4.s8", char4, int4, "=r", : "memory"); 617 __INTRINSIC_LOAD4(__ldcv, "ld.global.cv.v4.s32", int4, int4, "=r", : "memory"); 649 __INTRINSIC_LOAD4(__ldcs, "ld.global.cs.v4.s8", char4, int4, "=r", ); 653 __INTRINSIC_LOAD4(__ldcs, "ld.global.cs.v4.s32", int4, int4, "=r", ); 736 __INTRINSIC_STORE4(__stwt, "st.global.wt.v4.s8", char4, int4, "r"); [all …]
|
| H A D | __clang_cuda_texture_intrinsics.h | 214 using __fetch_t = int4; 218 using __fetch_t = int4; 226 using __fetch_t = int4; 234 using __fetch_t = int4; 290 __IMPL_F1(int4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \ 301 __IMPL_F1(int4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \ 312 __IMPL_F1(float4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \ 912 __surf_readxd_v2("v4.b32", int4, __xdv4, __SW_ASM_ARGS4("=r")); \ 990 __surf_writexd_v2("v4.b32", int4, __xdv4, __SW_ASM_ARGS4("r")); \
|
| H A D | opencl-c-base.h | 191 typedef int int4 __attribute__((ext_vector_type(4))); typedef 610 #define as_int4(x) __builtin_astype((x), int4)
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_alias_intrinsics.h | 90 int4 abs(int4); 245 bool all(int4); 379 bool any(int4); 630 int4 clamp(int4, int4, int4); 804 const inline uint4 countbits(int4 x) { in countbits() 946 int dot(int4, int4); 1098 uint4 firstbithigh(int4); 1170 uint4 firstbitlow(int4); 1488 int4 mad(int4, int4, int4); 1592 int4 max(int4, int4); [all …]
|
| H A D | hlsl_compat_overloads.h | 57 constexpr float4 fn(int4 V) { return fn((float4)V); } \ 75 constexpr float4 fn(int4 V1, int4 V2) { return fn((float4)V1, (float4)V2); } \ 121 constexpr float4 fn(int4 V1, int4 V2, int4 V3) { \
|
| H A D | hlsl_basic_types.h | 67 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 | 277 // represents <int, int2, int4, float, float2, float4>.
|