Home
last modified time | relevance | path

Searched refs:vector_size (Results 1 – 25 of 73) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmsa.h31 typedef signed char v16i8 __attribute__ ((vector_size(16), aligned(16)));
32 typedef signed char v16i8_b __attribute__ ((vector_size(16), aligned(1)));
33 typedef unsigned char v16u8 __attribute__ ((vector_size(16), aligned(16)));
34 typedef unsigned char v16u8_b __attribute__ ((vector_size(16), aligned(1)));
35 typedef short v8i16 __attribute__ ((vector_size(16), aligned(16)));
36 typedef short v8i16_h __attribute__ ((vector_size(16), aligned(2)));
37 typedef unsigned short v8u16 __attribute__ ((vector_size(16), aligned(16)));
38 typedef unsigned short v8u16_h __attribute__ ((vector_size(16), aligned(2)));
39 typedef int v4i32 __attribute__ ((vector_size(16), aligned(16)));
40 typedef int v4i32_w __attribute__ ((vector_size(16), aligned(4)));
[all …]
H A Dloongson-mmiintrin.h42 typedef uint8_t uint8x8_t __attribute__((vector_size (8)));
43 typedef uint16_t uint16x4_t __attribute__((vector_size (8)));
44 typedef uint32_t uint32x2_t __attribute__((vector_size (8)));
47 typedef int8_t int8x8_t __attribute__((vector_size (8)));
48 typedef int16_t int16x4_t __attribute__((vector_size (8)));
49 typedef int32_t int32x2_t __attribute__((vector_size (8)));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dmsa.h14 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
15 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
16 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
17 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
18 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
19 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
20 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
21 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
22 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
23 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)));
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmsa.h31 typedef signed char v16i8 __attribute__ ((vector_size(16), aligned(16)));
32 typedef signed char v16i8_b __attribute__ ((vector_size(16), aligned(1)));
33 typedef unsigned char v16u8 __attribute__ ((vector_size(16), aligned(16)));
34 typedef unsigned char v16u8_b __attribute__ ((vector_size(16), aligned(1)));
35 typedef short v8i16 __attribute__ ((vector_size(16), aligned(16)));
36 typedef short v8i16_h __attribute__ ((vector_size(16), aligned(2)));
37 typedef unsigned short v8u16 __attribute__ ((vector_size(16), aligned(16)));
38 typedef unsigned short v8u16_h __attribute__ ((vector_size(16), aligned(2)));
39 typedef int v4i32 __attribute__ ((vector_size(16), aligned(16)));
40 typedef int v4i32_w __attribute__ ((vector_size(16), aligned(4)));
[all …]
H A Dloongson-mmiintrin.h42 typedef uint8_t uint8x8_t __attribute__((vector_size (8)));
43 typedef uint16_t uint16x4_t __attribute__((vector_size (8)));
44 typedef uint32_t uint32x2_t __attribute__((vector_size (8)));
47 typedef int8_t int8x8_t __attribute__((vector_size (8)));
48 typedef int16_t int16x4_t __attribute__((vector_size (8)));
49 typedef int32_t int32x2_t __attribute__((vector_size (8)));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x_intrinsics.h41 typedef uint8_t __uv4qi __attribute__((vector_size (4)));
42 typedef int16_t __v2hi __attribute__((vector_size (4)));
43 typedef int32_t __v2si __attribute__((vector_size (8)));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x_intrinsics.h41 typedef uint8_t __uv4qi __attribute__((vector_size (4)));
42 typedef int16_t __v2hi __attribute__((vector_size (4)));
43 typedef int32_t __v2si __attribute__((vector_size (8)));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc-simd.h74 typedef int __v4si __attribute__((vector_size(16)));
75 typedef short __v8hi __attribute__((vector_size(16)));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc-simd.h74 typedef int __v4si __attribute__((vector_size(16)));
75 typedef short __v8hi __attribute__((vector_size(16)));
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A De500-regs.c4 #define vector __attribute__((vector_size(8)))
H A De500-abi.c5 #define vector __attribute__((vector_size(8)))
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A De500-regs.c4 #define vector __attribute__((vector_size(8)))
H A De500-abi.c5 #define vector __attribute__((vector_size(8)))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpaired.h29 #define vector __attribute__((vector_size(8)))
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32_intrinsic.h29 typedef signed char int8x4_t __attribute ((vector_size(4)));
30 typedef short int16x2_t __attribute ((vector_size(4)));
31 typedef int int32x2_t __attribute__((vector_size(8)));
32 typedef unsigned char uint8x4_t __attribute__ ((vector_size (4)));
33 typedef unsigned short uint16x2_t __attribute__ ((vector_size (4)));
34 typedef unsigned int uint32x2_t __attribute__((vector_size(8)));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32_intrinsic.h29 typedef signed char int8x4_t __attribute ((vector_size(4)));
30 typedef short int16x2_t __attribute ((vector_size(4)));
31 typedef int int32x2_t __attribute__((vector_size(8)));
32 typedef unsigned char uint8x4_t __attribute__ ((vector_size (4)));
33 typedef unsigned short uint16x2_t __attribute__ ((vector_size (4)));
34 typedef unsigned int uint32x2_t __attribute__((vector_size(8)));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsimd58 // Many [[gnu::vector_size(N)]] types might lead to a -Wpsabi warning which is
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.c1360 poly_uint64 array_size, vector_size; in get_vec_alignment_for_array_type() local
1366 || !poly_int_tree_p (TYPE_SIZE (vectype), &vector_size) in get_vec_alignment_for_array_type()
1367 || maybe_lt (array_size, vector_size)) in get_vec_alignment_for_array_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dtypes.rst150 T __attribute__ ((vector_size (sizeof(T) * num_units))
163 typedef int v4si __attribute__ ((vector_size (16)));
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dlinux-unwind.h42 __attribute__ ((vector_size (16))) int vr[32];
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c842 static unsigned int vector_size = VSZ_DEFAULT; variable
2876 unsigned int vector_size; in set_cpu_arch() member
2911 top->vector_size = vector_size; in set_cpu_arch()
2952 vector_size = top->vector_size; in set_cpu_arch()
2980 vector_size = VSZ_DEFAULT; in set_cpu_arch()
3022 vector_size = VSZ_DEFAULT; in set_cpu_arch()
3050 case 512: vector_size = VSZ512; break; in set_cpu_arch()
3051 case 256: vector_size = VSZ256; break; in set_cpu_arch()
3052 case 128: vector_size = VSZ128; break; in set_cpu_arch()
3062 vector_size = VSZ_DEFAULT; in set_cpu_arch()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dlinux-unwind.h42 __attribute__ ((vector_size (16))) int vr[32];
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.cc4410 mpz_t array_size, vector_size; in gfc_check_pack() local
4422 have_vector_size = gfc_array_size(vector, &vector_size); in gfc_check_pack()
4452 if (mpz_get_si (vector_size) < mask_true_values) in gfc_check_pack()
4460 mpz_get_si (vector_size), mask_true_values); in gfc_check_pack()
4468 mpz_clear (vector_size); in gfc_check_pack()
6344 mpz_t vector_size; in gfc_check_unpack() local
6361 && gfc_array_size (vector, &vector_size)) in gfc_check_unpack()
6380 if (mpz_get_si (vector_size) < mask_true_count) in gfc_check_unpack()
6387 mpz_get_si (vector_size), mask_true_count); in gfc_check_unpack()
6391 mpz_clear (vector_size); in gfc_check_unpack()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c4396 mpz_t array_size, vector_size; in gfc_check_pack() local
4408 have_vector_size = gfc_array_size(vector, &vector_size); in gfc_check_pack()
4438 if (mpz_get_si (vector_size) < mask_true_values) in gfc_check_pack()
4446 mpz_get_si (vector_size), mask_true_values); in gfc_check_pack()
4454 mpz_clear (vector_size); in gfc_check_pack()
6318 mpz_t vector_size; in gfc_check_unpack() local
6335 && gfc_array_size (vector, &vector_size)) in gfc_check_unpack()
6354 if (mpz_get_si (vector_size) < mask_true_count) in gfc_check_unpack()
6361 mpz_get_si (vector_size), mask_true_count); in gfc_check_unpack()
6365 mpz_clear (vector_size); in gfc_check_unpack()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c2892 HOST_WIDE_INT reg_size, vector_size, nvectors, nelems; in neon_dereference_pointer() local
2899 vector_size = GET_MODE_SIZE (vector_mode); in neon_dereference_pointer()
2902 gcc_assert (reg_size % vector_size == 0); in neon_dereference_pointer()
2903 nvectors = reg_size / vector_size; in neon_dereference_pointer()
2913 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); in neon_dereference_pointer()
2943 HOST_WIDE_INT reg_size, vector_size, nelems; in mve_dereference_pointer() local
2947 vector_size = GET_MODE_SIZE (vector_mode); in mve_dereference_pointer()
2956 nelems = reg_size / vector_size; in mve_dereference_pointer()

123