Searched refs:int4 (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | altivec-3.c | 4 typedef int int4 __attribute__ ((mode(V4SI))); typedef 7 int4 a1 = (int4) { 100, 200, 300, 400 }; 8 int4 a2 = (int4) { 500, 600, 700, 800 }; 19 __builtin_altivec_st_internal_4si ((int *) dst, (int4) src) 52 int4 a3 = (int4) { loc1, loc2, 1000, 1200 }; in main() 53 int4 itmp; in main()
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| 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 …]
|
| 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, \
|
| D | __clang_cuda_intrinsics.h | 339 inline __device__ int4 __ldg(const int4 *ptr) { in __ldg() 342 int4 ret; in __ldg()
|
| D | opencl-c-base.h | 184 typedef int int4 __attribute__((ext_vector_type(4))); typedef 585 #define as_int4(x) __builtin_astype((x), int4)
|
| /openbsd/src/gnu/gcc/gcc/config/m32r/ |
| D | m32r.md | 40 …"int2,int4,load2,load4,load8,store2,store4,store8,shift2,shift4,mul2,div4,uncond_branch,branch,cal… 48 (eq_attr "type" "int4,load4,store4,shift4,div4") 259 [(set_attr "type" "int2,int2,int4,load2,load4,store2,store4") 299 [(set_attr "type" "int2,int2,int4,int4,load2,load4,store2,store4") 415 [(set_attr "type" "int2,int2,int4,int4,int4,multi,load2,load2,load4,store2,store2,store4") 521 [(set_attr "type" "int4") 547 [(set_attr "type" "int4") 556 [(set_attr "type" "int4") 701 [(set_attr "type" "int4,load2,load4") 712 [(set_attr "type" "int4,load2,load4") [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| D | m32r.md | 31 …"int2,int4,load2,load4,load8,store2,store4,store8,shift2,shift4,mul2,div4,uncond_branch,branch,cal… 39 (eq_attr "type" "int4,load4,store4,shift4,div4") 315 [(set_attr "type" "int2,int2,int4,load2,load4,store2,store4") 343 [(set_attr "type" "int2,int2,int4,int4,load2,load4,store2,store4") 447 [(set_attr "type" "int2,int2,int4,int4,int4,multi,load2,load2,load4,store2,store2,store4") 545 [(set_attr "type" "int4") 571 [(set_attr "type" "int4") 580 [(set_attr "type" "int4") 689 [(set_attr "type" "int4,load2,load4") 700 [(set_attr "type" "int4,load2,load4") [all …]
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | LanguageExtensions.rst | 485 typedef int int4 __attribute__((vector_size(4 * sizeof(int)))); 490 int4 foo(int4 a) { 491 int4 v;
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | OpenCLBuiltins.td | 273 // represents <int, int2, int4, float, float2, float4>.
|