/external/llvm-project/llvm/test/CodeGen/Thumb2/mve-intrinsics/ |
D | vld24.ll | 5 %struct.uint8x16x4_t = type { [4 x <16 x i8>] } 41 define arm_aapcs_vfpcc %struct.uint8x16x4_t @test_vld4q_u8(i8* %addr) { 52 %2 = insertvalue %struct.uint8x16x4_t undef, <16 x i8> %1, 0, 0 54 %4 = insertvalue %struct.uint8x16x4_t %2, <16 x i8> %3, 0, 1 56 %6 = insertvalue %struct.uint8x16x4_t %4, <16 x i8> %5, 0, 2 58 %8 = insertvalue %struct.uint8x16x4_t %6, <16 x i8> %7, 0, 3 59 ret %struct.uint8x16x4_t %8
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 666 uint8x8_t test_vqtbl4_u8(uint8x16x4_t a, uint8x8_t b) { in test_vqtbl4_u8() 745 uint8x16_t test_vqtbl4q_u8(uint8x16x4_t a, uint8x16_t b) { in test_vqtbl4q_u8() 921 uint8x8_t test_vqtbx4_u8(uint8x8_t a, uint8x16x4_t b, uint8x8_t c) { in test_vqtbx4_u8() 1000 uint8x16_t test_vqtbx4q_u8(uint8x16_t a, uint8x16x4_t b, uint8x16_t c) { in test_vqtbx4q_u8()
|
D | aarch64-neon-ldst-one.c | 1329 uint8x16x4_t test_vld4q_dup_u8(uint8_t *a) { in test_vld4q_dup_u8() 4126 uint8x16x4_t test_vld4q_lane_u8(uint8_t *a, uint8x16x4_t b) { in test_vld4q_lane_u8() 7075 void test_vst4q_lane_u8(uint8_t *a, uint8x16x4_t b) { in test_vst4q_lane_u8()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 666 uint8x8_t test_vqtbl4_u8(uint8x16x4_t a, uint8x8_t b) { in test_vqtbl4_u8() 745 uint8x16_t test_vqtbl4q_u8(uint8x16x4_t a, uint8x16_t b) { in test_vqtbl4q_u8() 921 uint8x8_t test_vqtbx4_u8(uint8x8_t a, uint8x16x4_t b, uint8x8_t c) { in test_vqtbx4_u8() 1000 uint8x16_t test_vqtbx4q_u8(uint8x16_t a, uint8x16x4_t b, uint8x16_t c) { in test_vqtbx4q_u8()
|
D | arm-neon-vld.c | 1409 uint8x16x4_t test_vld1q_u8_x4(uint8_t const *a) { in test_vld1q_u8_x4() 2496 void test_vld4q_dup_u8(uint8x16x4_t *dest, const uint8_t *src) { in test_vld4q_dup_u8()
|
D | arm-neon-vst.c | 2310 void test_vst1q_u8_x4(uint8_t *a, uint8x16x4_t b) { in test_vst1q_u8_x4()
|
D | aarch64-neon-ldst-one.c | 2948 uint8x16x4_t test_vld4q_lane_u8(uint8_t *a, uint8x16x4_t b) { in test_vld4q_lane_u8() 5897 void test_vst4q_lane_u8(uint8_t *a, uint8x16x4_t b) { in test_vst4q_lane_u8()
|
/external/libjpeg-turbo/simd/arm/aarch64/ |
D | jchuff-neon.c | 71 const uint8x16x4_t idx_rows_0123 = in jsimd_huff_encode_one_block_neon() 73 const uint8x16x4_t idx_rows_4567 = in jsimd_huff_encode_one_block_neon() 77 const uint8x16x4_t idx_rows_0123 = { { in jsimd_huff_encode_one_block_neon() 83 const uint8x16x4_t idx_rows_4567 = { { in jsimd_huff_encode_one_block_neon()
|
D | jccolext-neon.c | 72 uint8x16x4_t input_pixels = vld4q_u8(inptr); in jsimd_rgb_ycc_convert_neon() 171 uint8x16x4_t input_pixels = vld4q_u8(inptr); in jsimd_rgb_ycc_convert_neon()
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm-vlddup.ll | 30 %struct.uint8x16x4_t = type { <16 x i8>, <16 x i8>, <16 x i8>, <16 x i8> } 55 declare %struct.uint8x16x4_t @llvm.arm.neon.vld4dup.v16i8.p0i8(i8*, i32) 230 define %struct.uint8x16x4_t @test_vld4q_dup_u8(i8* %src) { 232 %tmp = tail call %struct.uint8x16x4_t @llvm.arm.neon.vld4dup.v16i8.p0i8(i8* %src, i32 1) 233 ret %struct.uint8x16x4_t %tmp
|
D | arm-vld1.ll | 34 %struct.uint8x16x4_t = type { <16 x i8>, <16 x i8>, <16 x i8>, <16 x i8> } 66 declare %struct.uint8x16x4_t @llvm.arm.neon.vld1x4.v16i8.p0i8(i8*) nounwind readonly 239 define %struct.uint8x16x4_t @test_vld1q_u8_x4(i8* %a) nounwind { 240 %tmp = tail call %struct.uint8x16x4_t @llvm.arm.neon.vld1x4.v16i8.p0i8(i8* %a) 241 ret %struct.uint8x16x4_t %tmp
|
D | arm-vst1.ll | 34 ; %struct.uint8x16x4_t = type { <16 x i8>, <16 x i8>, <16 x i8>, <16 x i8> } 59 %struct.uint8x16x4_t = type { [4 x <16 x i8>] } 355 define void @test_vst1q_u8_x4(i8* %a, %struct.uint8x16x4_t %b) nounwind { 357 %b0 = extractvalue %struct.uint8x16x4_t %b, 0, 0 358 %b1 = extractvalue %struct.uint8x16x4_t %b, 0, 1 359 %b2 = extractvalue %struct.uint8x16x4_t %b, 0, 2 360 %b3 = extractvalue %struct.uint8x16x4_t %b, 0, 3
|
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
D | vld24.c | 38 uint8x16x4_t test_vld4q_u8(const uint8_t *addr) in test_vld4q_u8()
|
/external/libjpeg-turbo/simd/arm/ |
D | jcgryext-neon.c | 65 uint8x16x4_t input_pixels = vld4q_u8(inptr); in jsimd_rgb_gray_convert_neon()
|
D | jdmrgext-neon.c | 134 uint8x16x4_t rgba; in jsimd_h2v1_merged_upsample_neon() 414 uint8x16x4_t rgba0, rgba1; in jsimd_h2v2_merged_upsample_neon()
|
D | jdcolext-neon.c | 139 uint8x16x4_t rgba; in jsimd_ycc_rgb_convert_neon()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-promote-const.ll | 8 %struct.uint8x16x4_t = type { [4 x <16 x i8>] } 11 define %struct.uint8x16x4_t @test1() { 35 …ret %struct.uint8x16x4_t { [4 x <16 x i8>] [<16 x i8> <i8 -40, i8 -93, i8 -118, i8 -99, i8 -75, i8…
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-promote-const.ll | 8 %struct.uint8x16x4_t = type { [4 x <16 x i8>] } 11 define %struct.uint8x16x4_t @test1() { 35 …ret %struct.uint8x16x4_t { [4 x <16 x i8>] [<16 x i8> <i8 -40, i8 -93, i8 -118, i8 -99, i8 -75, i8…
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 241 uint8x16x4_t rgba = vld4q_u8((const uint8_t*) src); in RGBA_to_BGRA() 277 uint8x16x4_t rgba; in insert_alpha_should_swaprb() 337 uint8x16x4_t rgba; in gray_to_RGB1() 385 uint8x16x4_t rgba; in expand_grayA()
|
/external/libpng/arm/ |
D | palette_neon_intrinsics.c | 36 uint8x16x4_t w = {{ in png_riffle_palette_neon()
|
/external/pdfium/third_party/libpng16/arm/ |
D | palette_neon_intrinsics.c | 36 uint8x16x4_t w = {{ in png_riffle_palette_neon()
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 33 uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGBA_NEON() 48 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToBGR_NEON() 60 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGB_NEON()
|
D | alpha_processing_neon.c | 168 const uint8x16x4_t rgbX = vld4q_u8((const uint8_t*)(argb + i)); in ExtractGreen_NEON()
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 205 uint8x16x4_t rgba = vld4q_u8((const uint8_t*) src); in RGBA_to_BGRA() 247 uint8x16x4_t rgba; in expand_grayA() 1144 uint8x16x4_t rgba; in gray_to_RGB1() 1286 uint8x16x4_t rgba; in insert_alpha_should_swaprb()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 63 const uint8x16x4_t s = vld4q_u8(src); in scale_plane_4_to_1_phase_0() 156 const uint8x16x4_t s0 = vld4q_u8(src0); in scale_plane_4_to_1_bilinear() 161 const uint8x16x4_t s1 = vld4q_u8(src1); in scale_plane_4_to_1_bilinear()
|