Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dvld_dup.c8 int32x2x3_t v1; in main()
Daarch64-neon-ldst-one.c1181 int32x2x3_t test_vld3_dup_s32(int32_t *a) { in test_vld3_dup_s32()
3825 int32x2x3_t test_vld3_lane_s32(int32_t *a, int32x2x3_t b) { in test_vld3_lane_s32()
6846 void test_vst3_lane_s32(int32_t *a, int32x2x3_t b) { in test_vst3_lane_s32()
Darm_neon_intrinsics.c6189 int32x2x3_t test_vld3_s32(int32_t const * a) { in test_vld3_s32()
6421 int32x2x3_t test_vld3_dup_s32(int32_t const * a) { in test_vld3_dup_s32()
7012 int32x2x3_t test_vld3_lane_s32(int32_t const * a, int32x2x3_t b) { in test_vld3_lane_s32()
19894 void test_vst3_s32(int32_t * a, int32x2x3_t b) { in test_vst3_s32()
20432 void test_vst3_lane_s32(int32_t * a, int32x2x3_t b) { in test_vst3_lane_s32()
Daarch64-neon-intrinsics.c10930 int32x2x3_t test_vld3_s32(int32_t const *a) { in test_vld3_s32()
12952 void test_vst3_s32(int32_t *a, int32x2x3_t b) { in test_vst3_s32()
14841 int32x2x3_t test_vld1_s32_x3(int32_t const *a) { in test_vld1_s32_x3()
16760 void test_vst1_s32_x3(int32_t *a, int32x2x3_t b) { in test_vst1_s32_x3()
/external/llvm-project/clang/test/CodeGen/
Darm-neon-vld.c339 int32x2x3_t test_vld1_s32_x3(int32_t const *a) { in test_vld1_s32_x3()
1708 void test_vld3_dup_s32(int32x2x3_t *dest, const int32_t *src) { in test_vld3_dup_s32()
Daarch64-neon-ldst-one.c2647 int32x2x3_t test_vld3_lane_s32(int32_t *a, int32x2x3_t b) { in test_vld3_lane_s32()
5668 void test_vst3_lane_s32(int32_t *a, int32x2x3_t b) { in test_vst3_lane_s32()
Darm-neon-vst.c555 void test_vst1_s32_x3(int32_t *a, int32x2x3_t b) { in test_vst1_s32_x3()
Darm_neon_intrinsics.c5322 int32x2x3_t test_vld3_s32(int32_t const * a) { in test_vld3_s32()
5768 int32x2x3_t test_vld3_lane_s32(int32_t const * a, int32x2x3_t b) { in test_vld3_lane_s32()
17411 void test_vst3_s32(int32_t * a, int32x2x3_t b) { in test_vst3_s32()
17948 void test_vst3_lane_s32(int32_t * a, int32x2x3_t b) { in test_vst3_lane_s32()
Daarch64-neon-intrinsics.c10102 int32x2x3_t test_vld3_s32(int32_t const *a) { in test_vld3_s32()
12124 void test_vst3_s32(int32_t *a, int32x2x3_t b) { in test_vst3_s32()
/external/llvm-project/clang/test/Sema/
Daarch64-neon-ranges.c129 int32x2x3_t small32, int32x4x3_t big32, in test_ld3st3()
/external/clang/test/Sema/
Daarch64-neon-ranges.c129 int32x2x3_t small32, int32x4x3_t big32, in test_ld3st3()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll27 %struct.int32x2x3_t = type { [3 x <2 x i32>] }
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll27 %struct.int32x2x3_t = type { [3 x <2 x i32>] }
/external/neon_2_sse/
DNEON_2_SSE.h347 struct int32x2x3_t { struct
363 typedef struct int32x2x3_t int32x2x3_t; //for C compilers to make them happy typedef
376 typedef struct int32x2x3_t uint32x2x3_t;
1366 _NEON2SSESTORAGE int32x2x3_t vld3_s32(__transfersize(6) int32_t const * ptr); // VLD3.32 {d0, d1, d…
1413 _NEON2SSESTORAGE int32x2x3_t vld3_dup_s32(__transfersize(3) int32_t const * ptr); // VLD3.32 {d0[],…
1462 _NEON2SSESTORAGE int32x2x3_t vld3_lane_s32(__transfersize(3) int32_t const * ptr, int32x2x3_t src, …
1523 _NEON2SSESTORAGE void vst3_s32(__transfersize(6) int32_t * ptr, int32x2x3_t val); // VST3.32 {d0, d…
1581 _NEON2SSESTORAGE void vst3_lane_s32(__transfersize(3) int32_t * ptr, int32x2x3_t val, __constrange(…
10180 _NEON2SSESTORAGE int32x2x3_t vld3_s32(__transfersize(6) int32_t const * ptr); // VLD3.32 {d0, d1, d…
10568 _NEON2SSESTORAGE int32x2x3_t vld3_dup_s32(__transfersize(3) int32_t const * ptr); // VLD3.32 {d0[],…
[all …]