Home
last modified time | relevance | path

Searched refs:int4 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h2378 char4 __ovld __cnfn convert_char4_rte(int4);
2379 char4 __ovld __cnfn convert_char4_sat_rte(int4);
2380 char4 __ovld __cnfn convert_char4_rtz(int4);
2381 char4 __ovld __cnfn convert_char4_sat_rtz(int4);
2382 char4 __ovld __cnfn convert_char4_rtp(int4);
2383 char4 __ovld __cnfn convert_char4_sat_rtp(int4);
2384 char4 __ovld __cnfn convert_char4_rtn(int4);
2385 char4 __ovld __cnfn convert_char4_sat_rtn(int4);
2386 char4 __ovld __cnfn convert_char4(int4);
2387 char4 __ovld __cnfn convert_char4_sat(int4);
[all …]
H A D__clang_cuda_intrinsics.h339 inline __device__ int4 __ldg(const int4 *ptr) { in __ldg()
342 int4 ret; in __ldg()
H A Dopencl-c-base.h117 typedef int int4 __attribute__((ext_vector_type(4))); typedef
498 #define as_int4(x) __builtin_astype((x), int4)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dioparm.def30 IOPARM (common, flags, 0, int4)
31 IOPARM (common, unit, 0, int4)
33 IOPARM (common, line, 0, int4)
54 IOPARM (open, readonly, 1 << 24, int4)
85 IOPARM (inquire, flags2, 1U << 31, int4)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dioparm.def30 IOPARM (common, flags, 0, int4)
31 IOPARM (common, unit, 0, int4)
33 IOPARM (common, line, 0, int4)
54 IOPARM (open, readonly, 1 << 24, int4)
85 IOPARM (inquire, flags2, 1U << 31, int4)
H A DChangeLog-20073223 real**int4 powers.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dsimd.d61 static if (is(Vector!(int[4]))) alias Vector!(int[4]) int4; ///
566 is(V == int4) || in version()
617 test!int4(); in version()
642 is(V == int4) || in version()
697 test!int4(); in version()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.md38 …"int2,int4,load2,load4,load8,store2,store4,store8,shift2,shift4,mul2,div4,uncond_branch,branch,cal…
46 (eq_attr "type" "int4,load4,store4,shift4,div4")
268 [(set_attr "type" "int2,int2,int4,load2,load4,store2,store4")
308 [(set_attr "type" "int2,int2,int4,int4,load2,load4,store2,store4")
421 [(set_attr "type" "int2,int2,int4,int4,int4,multi,load2,load2,load4,store2,store2,store4")
527 [(set_attr "type" "int4")
553 [(set_attr "type" "int4")
562 [(set_attr "type" "int4")
707 [(set_attr "type" "int4,load2,load4")
718 [(set_attr "type" "int4,load2,load4")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.md38 …"int2,int4,load2,load4,load8,store2,store4,store8,shift2,shift4,mul2,div4,uncond_branch,branch,cal…
46 (eq_attr "type" "int4,load4,store4,shift4,div4")
268 [(set_attr "type" "int2,int2,int4,load2,load4,store2,store4")
308 [(set_attr "type" "int2,int2,int4,int4,load2,load4,store2,store4")
421 [(set_attr "type" "int2,int2,int4,int4,int4,multi,load2,load2,load4,store2,store2,store4")
527 [(set_attr "type" "int4")
553 [(set_attr "type" "int4")
562 [(set_attr "type" "int4")
707 [(set_attr "type" "int4,load2,load4")
718 [(set_attr "type" "int4,load2,load4")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d102 static if (is(simd.int4)) // __traits(isArithmetic) in issue19204()
104 enum simd.int4 val = [1,2,3,4]; in issue19204()
106 simd.int4 rtVal = val; in issue19204()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d110 static if (is(simd.int4)) // __traits(isArithmetic) in issue19204()
112 enum simd.int4 val = [1,2,3,4]; in issue19204()
114 simd.int4 rtVal = val; in issue19204()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20071384 * Makefile.am: Don't generate real**int4 pow functions.
1385 * gfortran.map: Remove real**int4 pow symbols.
/netbsd-src/share/man/tools/
H A Dnewsp.errs2160 int4
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td222 // represents <int, int2, int4, float, float2, float4>.