OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vector_size
(Results
1 - 25
of
58
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/libgcc/config/gcn/
lib2-gcn.h
38
typedef float v2sf __attribute__ ((
vector_size
(8)));
39
typedef float v4sf __attribute__ ((
vector_size
(16)));
40
typedef float v8sf __attribute__ ((
vector_size
(32)));
41
typedef float v16sf __attribute__ ((
vector_size
(64)));
42
typedef float v32sf __attribute__ ((
vector_size
(128)));
43
typedef float v64sf __attribute__ ((
vector_size
(256)));
45
typedef double v2df __attribute__ ((
vector_size
(16)));
46
typedef double v4df __attribute__ ((
vector_size
(32)));
47
typedef double v8df __attribute__ ((
vector_size
(64)));
48
typedef double v16df __attribute__ ((
vector_size
(128)))
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
e500-regs.c
4
#define vector __attribute__((
vector_size
(8)))
i386-sse-stack-align.c
18
typedef float V __attribute__((
vector_size
(16)));
e500-abi.c
5
#define vector __attribute__((
vector_size
(8)))
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
e500-regs.c
4
#define vector __attribute__((
vector_size
(8)))
i386-sse-stack-align.c
18
typedef float V __attribute__((
vector_size
(16)));
e500-abi.c
5
#define vector __attribute__((
vector_size
(8)))
/src/external/apache2/llvm/dist/clang/lib/Headers/
msa.h
14
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
...]
/src/external/gpl3/gcc/dist/gcc/config/mips/
msa.h
31
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
...]
loongson-mmiintrin.h
42
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)));
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
msa.h
31
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
...]
/src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x_intrinsics.h
41
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)));
/src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x_intrinsics.h
41
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)));
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
paired.h
29
#define vector __attribute__((
vector_size
(8)))
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile.c
27
typedef int v4 __attribute__ ((
vector_size
(16)));
compile-cplus.c
30
typedef int v4 __attribute__ ((
vector_size
(16)));
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile.c
27
typedef int v4 __attribute__ ((
vector_size
(16)));
compile-cplus.c
30
typedef int v4 __attribute__ ((
vector_size
(16)));
/src/external/gpl3/gcc/dist/gcc/config/arc/
arc-simd.h
74
typedef int __v4si __attribute__((
vector_size
(16)));
75
typedef short __v8hi __attribute__((
vector_size
(16)));
/src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-simd.h
74
typedef int __v4si __attribute__((
vector_size
(16)));
75
typedef short __v8hi __attribute__((
vector_size
(16)));
/src/common/dist/zlib/contrib/crc32vx/
crc32_vx.c
34
typedef unsigned char uv16qi __attribute__((
vector_size
(16)));
35
typedef unsigned int uv4si __attribute__((
vector_size
(16)));
36
typedef unsigned long long uv2di __attribute__((
vector_size
(16)));
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gnu_vector.c
23
type __attribute__ ((
vector_size
(n * sizeof(type))))
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gnu_vector.c
23
type __attribute__ ((
vector_size
(n * sizeof(type))))
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
many-args.cc
21
typedef int v4si __attribute__ ((
vector_size
(16)));
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
many-args.cc
21
typedef int v4si __attribute__ ((
vector_size
(16)));
Completed in 22 milliseconds
1
2
3
Indexes created Sun Aug 02 00:25:04 UTC 2026