/external/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 610 uint8x8_t test_vqtbl3_u8(uint8x16x3_t a, uint8x8_t b) { in test_vqtbl3_u8() 718 uint8x16_t test_vqtbl3q_u8(uint8x16x3_t a, uint8x16_t b) { in test_vqtbl3q_u8() 894 uint8x8_t test_vqtbx3_u8(uint8x8_t a, uint8x16x3_t b, uint8x8_t c) { in test_vqtbx3_u8() 973 uint8x16_t test_vqtbx3q_u8(uint8x16_t a, uint8x16x3_t b, uint8x16_t c) { in test_vqtbx3q_u8()
|
D | aarch64-neon-ldst-one.c | 809 uint8x16x3_t test_vld3q_dup_u8(uint8_t *a) { in test_vld3q_dup_u8() 2270 uint8x16x3_t test_vld3q_lane_u8(uint8_t const * ptr, uint8x16x3_t src) { in test_vld3q_lane_u8() 6274 void test_vst3q_lane_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_lane_u8()
|
D | aarch64-neon-intrinsics.c | 10592 uint8x16x3_t test_vld3q_u8(uint8_t const *a) { in test_vld3q_u8() 12410 void test_vst3q_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_u8() 14489 uint8x16x3_t test_vld1q_u8_x3(uint8_t const *a) { in test_vld1q_u8_x3() 16172 void test_vst1q_u8_x3(uint8_t *a, uint8x16x3_t b) { in test_vst1q_u8_x3()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 610 uint8x8_t test_vqtbl3_u8(uint8x16x3_t a, uint8x8_t b) { in test_vqtbl3_u8() 718 uint8x16_t test_vqtbl3q_u8(uint8x16x3_t a, uint8x16_t b) { in test_vqtbl3q_u8() 894 uint8x8_t test_vqtbx3_u8(uint8x8_t a, uint8x16x3_t b, uint8x8_t c) { in test_vqtbx3_u8() 973 uint8x16_t test_vqtbx3q_u8(uint8x16_t a, uint8x16x3_t b, uint8x16_t c) { in test_vqtbx3q_u8()
|
D | arm-neon-vld.c | 1391 uint8x16x3_t test_vld1q_u8_x3(uint8_t const *a) { in test_vld1q_u8_x3() 2332 void test_vld3q_dup_u8(uint8x16x3_t *dest, const uint8_t *src) { in test_vld3q_dup_u8()
|
D | arm-neon-vst.c | 2281 void test_vst1q_u8_x3(uint8_t *a, uint8x16x3_t b) { in test_vst1q_u8_x3()
|
D | aarch64-neon-ldst-one.c | 1092 uint8x16x3_t test_vld3q_lane_u8(uint8_t const * ptr, uint8x16x3_t src) { in test_vld3q_lane_u8() 5096 void test_vst3q_lane_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_lane_u8()
|
D | aarch64-neon-intrinsics.c | 9764 uint8x16x3_t test_vld3q_u8(uint8_t const *a) { in test_vld3q_u8() 11582 void test_vst3q_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_u8()
|
D | arm_neon_intrinsics.c | 5182 uint8x16x3_t test_vld3q_u8(uint8_t const * a) { in test_vld3q_u8() 16943 void test_vst3q_u8(uint8_t * a, uint8x16x3_t b) { in test_vst3q_u8()
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm-vlddup.ll | 29 %struct.uint8x16x3_t = type { <16 x i8>, <16 x i8>, <16 x i8> } 51 declare %struct.uint8x16x3_t @llvm.arm.neon.vld3dup.v16i8.p0i8(i8*, i32) 203 define %struct.uint8x16x3_t @test_vld3q_dup_u8(i8* %src) { 205 %tmp = tail call %struct.uint8x16x3_t @llvm.arm.neon.vld3dup.v16i8.p0i8(i8* %src, i32 1) 206 ret %struct.uint8x16x3_t %tmp
|
D | arm-vld1.ll | 33 %struct.uint8x16x3_t = type { <16 x i8>, <16 x i8>, <16 x i8> } 65 declare %struct.uint8x16x3_t @llvm.arm.neon.vld1x3.v16i8.p0i8(i8*) nounwind readonly 231 define %struct.uint8x16x3_t @test_vld1q_u8_x3(i8* %a) nounwind { 232 %tmp = tail call %struct.uint8x16x3_t @llvm.arm.neon.vld1x3.v16i8.p0i8(i8* %a) 233 ret %struct.uint8x16x3_t %tmp
|
D | arm-vst1.ll | 33 ; %struct.uint8x16x3_t = type { <16 x i8>, <16 x i8>, <16 x i8> } 58 %struct.uint8x16x3_t = type { [3 x <16 x i8>] } 343 define void @test_vst1q_u8_x3(i8* %a, %struct.uint8x16x3_t %b) nounwind { 345 %b0 = extractvalue %struct.uint8x16x3_t %b, 0, 0 346 %b1 = extractvalue %struct.uint8x16x3_t %b, 0, 1 347 %b2 = extractvalue %struct.uint8x16x3_t %b, 0, 2
|
/external/libjpeg-turbo/simd/arm/ |
D | jcgryext-neon.c | 67 uint8x16x3_t input_pixels = vld3q_u8(inptr); in jsimd_rgb_gray_convert_neon()
|
D | jdmrgext-neon.c | 143 uint8x16x3_t rgb; in jsimd_h2v1_merged_upsample_neon() 428 uint8x16x3_t rgb0, rgb1; in jsimd_h2v2_merged_upsample_neon()
|
D | jdcolext-neon.c | 149 uint8x16x3_t rgb; in jsimd_ycc_rgb_convert_neon()
|
/external/libpng/arm/ |
D | palette_neon_intrinsics.c | 48 uint8x16x3_t v = vld3q_u8((png_const_bytep)(palette + i)); in png_riffle_palette_neon()
|
/external/pdfium/third_party/libpng16/arm/ |
D | palette_neon_intrinsics.c | 48 uint8x16x3_t v = vld3q_u8((png_const_bytep)(palette + i)); in png_riffle_palette_neon()
|
/external/libjpeg-turbo/simd/arm/aarch64/ |
D | jccolext-neon.c | 74 uint8x16x3_t input_pixels = vld3q_u8(inptr); in jsimd_rgb_ycc_convert_neon() 173 uint8x16x3_t input_pixels = vld3q_u8(inptr); in jsimd_rgb_ycc_convert_neon()
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 49 const uint8x16x3_t tmp = { { pixel.val[0], pixel.val[1], pixel.val[2] } }; in ConvertBGRAToBGR_NEON() 61 const uint8x16x3_t tmp = { { pixel.val[2], pixel.val[1], pixel.val[0] } }; in ConvertBGRAToRGB_NEON()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 274 uint8x16x3_t rgb = vld3q_u8(src); in insert_alpha_should_swaprb()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 6 %struct.uint8x16x3_t = type { [3 x <16 x i8>] }
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 834 uint8x16x3_t v = {{ vdupq_n_u8(0), vdupq_n_u8(0), vdupq_n_u8(0) }}; in exec_ops() 1273 uint8x16x3_t v = {{ (uint8x16_t)R, (uint8x16_t)G, (uint8x16_t)B }}; in exec_ops()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 6 %struct.uint8x16x3_t = type { [3 x <16 x i8>] }
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 1283 uint8x16x3_t rgb = vld3q_u8(src); in insert_alpha_should_swaprb()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 368 typedef struct int8x16x3_t uint8x16x3_t; typedef 1350 _NEON2SSESTORAGE uint8x16x3_t vld3q_u8(__transfersize(48) uint8_t const * ptr); // VLD3.8 {d0, d2, … 1507 _NEON2SSESTORAGE void vst3q_u8_ptr(__transfersize(48) uint8_t * ptr, uint8x16x3_t * val); // VST3.8… 9920 _NEON2SSESTORAGE uint8x16x3_t vld3q_u8(__transfersize(48) uint8_t const * ptr); // VLD3.8 {d0, d2, … 9921 _NEON2SSE_INLINE uint8x16x3_t vld3q_u8(__transfersize(48) uint8_t const * ptr) // VLD3.8 {d0, d2, d… 9927 uint8x16x3_t v; 11198 _NEON2SSE_INLINE void vst3q_u8_ptr(__transfersize(48) uint8_t * ptr, uint8x16x3_t* val) 11200 uint8x16x3_t v;
|