/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()
|
D | aarch64-neon-intrinsics.c | 11054 uint8x16x4_t test_vld4q_u8(uint8_t const *a) { in test_vld4q_u8() 13151 void test_vst4q_u8(uint8_t *a, uint8x16x4_t b) { in test_vst4q_u8() 14981 uint8x16x4_t test_vld1q_u8_x4(uint8_t const *a) { in test_vld1q_u8_x4() 16995 void test_vst1q_u8_x4(uint8_t *a, uint8x16x4_t b) { in test_vst1q_u8_x4()
|
D | arm_neon_intrinsics.c | 7172 uint8x16x4_t test_vld4q_u8(uint8_t const * a) { in test_vld4q_u8() 20577 void test_vst4q_u8(uint8_t * a, uint8x16x4_t b) { in test_vst4q_u8()
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/skia/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/pdfium/third_party/libpng16/arm/ |
D | palette_neon_intrinsics.c | 36 uint8x16x4_t w = {{ in png_riffle_palette_neon()
|
/external/libpng/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()
|
D | yuv_neon.c | 138 const uint8x16x4_t RGB = vld4q_u8((const uint8_t*)&argb[i]); in ConvertARGBToUV_NEON()
|
/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()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations.cc | 136 inline uint8x16_t aarch64_lookup_vector(const uint8x16x4_t table[4], in aarch64_lookup_vector() 169 uint8x16x4_t table[4]; in EvalUsingLookupTable()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 654 uint8x16x4_t p = { { in v256_wideshuffle_8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 308 typedef struct int8x16x4_t uint8x16x4_t; typedef 1372 _NEON2SSESTORAGE uint8x16x4_t vld4q_u8(__transfersize(64) uint8_t const * ptr); // VLD4.8 {d0, d2, … 1529 _NEON2SSESTORAGE void vst4q_u8_ptr(__transfersize(64) uint8_t * ptr, uint8x16x4_t * val); // VST4.8… 10213 _NEON2SSESTORAGE uint8x16x4_t vld4q_u8(__transfersize(64) uint8_t const * ptr); // VLD4.8 {d0, d2, … 10214 _NEON2SSE_INLINE uint8x16x4_t vld4q_u8(__transfersize(64) uint8_t const * ptr) // VLD4.8 {d0, d2, d… 10216 uint8x16x4_t v; 11429 _NEON2SSE_INLINE void vst4q_u8_ptr(__transfersize(64) uint8_t * ptr, uint8x16x4_t* val)
|