Home
last modified time | relevance | path

Searched refs:uint8x16x4_t (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/Thumb2/mve-intrinsics/
Dvld24.ll5 %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/
Daarch64-neon-tbl.c666 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()
Daarch64-neon-ldst-one.c1329 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/
Daarch64-neon-tbl.c666 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()
Darm-neon-vld.c1409 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()
Darm-neon-vst.c2310 void test_vst1q_u8_x4(uint8_t *a, uint8x16x4_t b) { in test_vst1q_u8_x4()
Daarch64-neon-ldst-one.c2948 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/
Djchuff-neon.c71 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()
Djccolext-neon.c72 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/
Darm-vlddup.ll30 %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
Darm-vld1.ll34 %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
Darm-vst1.ll34 ; %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/
Dvld24.c38 uint8x16x4_t test_vld4q_u8(const uint8_t *addr) in test_vld4q_u8()
/external/libjpeg-turbo/simd/arm/
Djcgryext-neon.c65 uint8x16x4_t input_pixels = vld4q_u8(inptr); in jsimd_rgb_gray_convert_neon()
Djdmrgext-neon.c134 uint8x16x4_t rgba; in jsimd_h2v1_merged_upsample_neon()
414 uint8x16x4_t rgba0, rgba1; in jsimd_h2v2_merged_upsample_neon()
Djdcolext-neon.c139 uint8x16x4_t rgba; in jsimd_ycc_rgb_convert_neon()
/external/llvm/test/CodeGen/AArch64/
Darm64-promote-const.ll8 %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/
Darm64-promote-const.ll8 %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/
DSkSwizzler_opts.h241 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/
Dpalette_neon_intrinsics.c36 uint8x16x4_t w = {{ in png_riffle_palette_neon()
/external/pdfium/third_party/libpng16/arm/
Dpalette_neon_intrinsics.c36 uint8x16x4_t w = {{ in png_riffle_palette_neon()
/external/webp/src/dsp/
Dlossless_neon.c33 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()
Dalpha_processing_neon.c168 const uint8x16x4_t rgbX = vld4q_u8((const uint8_t*)(argb + i)); in ExtractGreen_NEON()
/external/skia/src/opts/
DSkSwizzler_opts.h205 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/
Dvp9_frame_scale_neon.c63 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()

12