Searched refs:uint32x2x4_t (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vlddup-update.ll | 6 %struct.uint32x2x4_t = type { <2 x i32>, <2 x i32>, <2 x i32>, <2 x i32> } 10 declare %struct.uint32x2x4_t @llvm.arm.neon.vld4dup.v2i32.p0i8(i8*, i32) 37 define i8* @test_vld4_dup_update(%struct.uint32x2x4_t* %dest, i8* %src) { 39 %tmp = tail call %struct.uint32x2x4_t @llvm.arm.neon.vld4dup.v2i32.p0i8(i8* %src, i32 4) 40 store %struct.uint32x2x4_t %tmp, %struct.uint32x2x4_t* %dest, align 8
|
D | arm-vlddup.ll | 10 %struct.uint32x2x4_t = type { <2 x i32>, <2 x i32>, <2 x i32>, <2 x i32> } 44 declare %struct.uint32x2x4_t @llvm.arm.neon.vld4dup.v2i32.p0i8(i8*, i32) 133 define %struct.uint32x2x4_t @test_vld4_dup_u32(i8* %src) { 135 %tmp = tail call %struct.uint32x2x4_t @llvm.arm.neon.vld4dup.v2i32.p0i8(i8* %src, i32 4) 136 ret %struct.uint32x2x4_t %tmp
|
D | arm-vld1.ll | 10 %struct.uint32x2x4_t = type { <2 x i32>, <2 x i32>, <2 x i32>, <2 x i32> } 42 declare %struct.uint32x2x4_t @llvm.arm.neon.vld1x4.v2i32.p0i32(i32*) nounwind readonly 105 define %struct.uint32x2x4_t @test_vld1_u32_x4(i32* %a) nounwind { 106 %tmp = tail call %struct.uint32x2x4_t @llvm.arm.neon.vld1x4.v2i32.p0i32(i32* %a) 107 ret %struct.uint32x2x4_t %tmp
|
D | arm-vst1.ll | 10 ; %struct.uint32x2x4_t = type { <2 x i32>, <2 x i32>, <2 x i32>, <2 x i32> } 41 %struct.uint32x2x4_t = type { [4 x <2 x i32>] } 149 define void @test_vst1_u32_x4(i32* %a, %struct.uint32x2x4_t %b) nounwind { 151 %b0 = extractvalue %struct.uint32x2x4_t %b, 0, 0 152 %b1 = extractvalue %struct.uint32x2x4_t %b, 0, 1 153 %b2 = extractvalue %struct.uint32x2x4_t %b, 0, 2 154 %b3 = extractvalue %struct.uint32x2x4_t %b, 0, 3
|
/external/libpng/arm/ |
D | filter_neon_intrinsics.c | 132 uint32x2x4_t vtmp = vld4_u32(png_ptr(uint32_t,rp)); in png_read_filter_row_sub4_neon() 135 uint32x2x4_t *temp_pointer; in png_read_filter_row_sub4_neon() 136 uint32x2x4_t vdest_val; in png_read_filter_row_sub4_neon() 143 vdest_val = png_ldr(uint32x2x4_t, &vdest); in png_read_filter_row_sub4_neon() 233 uint32x2x4_t vtmp; in png_read_filter_row_avg4_neon() 236 uint32x2x4_t *temp_pointer; in png_read_filter_row_avg4_neon() 237 uint32x2x4_t vdest_val; in png_read_filter_row_avg4_neon() 255 vdest_val = png_ldr(uint32x2x4_t, &vdest); in png_read_filter_row_avg4_neon() 371 uint32x2x4_t vtmp; in png_read_filter_row_paeth4_neon() 374 uint32x2x4_t *temp_pointer; in png_read_filter_row_paeth4_neon() [all …]
|
/external/pdfium/third_party/libpng16/arm/ |
D | filter_neon_intrinsics.c | 132 uint32x2x4_t vtmp = vld4_u32(png_ptr(uint32_t,rp)); in png_read_filter_row_sub4_neon() 135 uint32x2x4_t *temp_pointer; in png_read_filter_row_sub4_neon() 136 uint32x2x4_t vdest_val; in png_read_filter_row_sub4_neon() 143 vdest_val = png_ldr(uint32x2x4_t, &vdest); in png_read_filter_row_sub4_neon() 233 uint32x2x4_t vtmp; in png_read_filter_row_avg4_neon() 236 uint32x2x4_t *temp_pointer; in png_read_filter_row_avg4_neon() 237 uint32x2x4_t vdest_val; in png_read_filter_row_avg4_neon() 255 vdest_val = png_ldr(uint32x2x4_t, &vdest); in png_read_filter_row_avg4_neon() 371 uint32x2x4_t vtmp; in png_read_filter_row_paeth4_neon() 374 uint32x2x4_t *temp_pointer; in png_read_filter_row_paeth4_neon() [all …]
|
/external/XNNPACK/src/x32-zip/ |
D | x4-neon.c | 38 uint32x2x4_t vxyzw; in xnn_x32_zip_x4_ukernel__neon()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1611 uint32x2x4_t test_vld4_dup_u32(uint32_t *a) { in test_vld4_dup_u32() 4803 uint32x2x4_t test_vld4_lane_u32(uint32_t *a, uint32x2x4_t b) { in test_vld4_lane_u32() 7608 void test_vst4_lane_u32(uint32_t *a, uint32x2x4_t b) { in test_vst4_lane_u32()
|
D | arm_neon_intrinsics.c | 7349 uint32x2x4_t test_vld4_u32(uint32_t const * a) { in test_vld4_u32() 7563 uint32x2x4_t test_vld4_dup_u32(uint32_t const * a) { in test_vld4_dup_u32() 8202 uint32x2x4_t test_vld4_lane_u32(uint32_t const * a, uint32x2x4_t b) { in test_vld4_lane_u32() 20982 void test_vst4_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_u32() 21640 void test_vst4_lane_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_lane_u32()
|
D | aarch64-neon-intrinsics.c | 11321 uint32x2x4_t test_vld4_u32(uint32_t const *a) { in test_vld4_u32() 13649 void test_vst4_u32(uint32_t *a, uint32x2x4_t b) { in test_vst4_u32() 15263 uint32x2x4_t test_vld1_u32_x4(uint32_t const *a) { in test_vld1_u32_x4() 17541 void test_vst1_u32_x4(uint32_t *a, uint32x2x4_t b) { in test_vst1_u32_x4()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 303 typedef struct int32x2x4_t uint32x2x4_t; typedef 1384 _NEON2SSESTORAGE uint32x2x4_t vld4_u32(__transfersize(8) uint32_t const * ptr); // VLD4.32 {d0, d1,… 1421 _NEON2SSESTORAGE uint32x2x4_t vld4_dup_u32(__transfersize(4) uint32_t const * ptr); // VLD4.32 {d0[… 1476 _NEON2SSESTORAGE uint32x2x4_t vld4_lane_u32(__transfersize(4) uint32_t const * ptr, uint32x2x4_t sr… 1541 _NEON2SSESTORAGE void vst4_u32(__transfersize(8) uint32_t * ptr, uint32x2x4_t val); // VST4.32 {d0,… 1595 _NEON2SSESTORAGE void vst4_lane_u32(__transfersize(4) uint32_t * ptr, uint32x2x4_t val, __constrang… 10367 _NEON2SSESTORAGE uint32x2x4_t vld4_u32(__transfersize(8) uint32_t const * ptr); // VLD4.32 {d0, d1,… 10368 _NEON2SSE_INLINE uint32x2x4_t vld4_u32(__transfersize(8) uint32_t const * ptr) 10371 uint32x2x4_t v; 10632 _NEON2SSESTORAGE uint32x2x4_t vld4_dup_u32(__transfersize(4) uint32_t const * ptr); // VLD4.32 {d0[… [all …]
|