/aosp_15_r20/external/arm-neon-tests/ |
H A D | ref-rvct-neon-nofp16.txt | 3653 VQRSHL/VQRSHLQ:5:vqrshl_u16 Neon cumulative saturation 0 3695 VQRSHL/VQRSHLQ:43:vqrshl_u16 Neon cumulative saturation 0 3737 VQRSHL/VQRSHLQ:81:vqrshl_u16 Neon cumulative saturation 1 3779 VQRSHL/VQRSHLQ:119:vqrshl_u16 Neon cumulative saturation 0 3821 VQRSHL/VQRSHLQ:157:vqrshl_u16 Neon cumulative saturation 0 3863 VQRSHL/VQRSHLQ:195:vqrshl_u16 Neon cumulative saturation 0 3905 VQRSHL/VQRSHLQ:233:vqrshl_u16 Neon cumulative saturation 1 3947 VQRSHL/VQRSHLQ:271:vqrshl_u16 Neon cumulative saturation 1 3989 VQRSHL/VQRSHLQ:309:vqrshl_u16 Neon cumulative saturation 0 4031 VQRSHL/VQRSHLQ:347:vqrshl_u16 Neon cumulative saturation 0
|
H A D | ref-rvct-neon.txt | 4153 VQRSHL/VQRSHLQ:5:vqrshl_u16 Neon cumulative saturation 0 4197 VQRSHL/VQRSHLQ:45:vqrshl_u16 Neon cumulative saturation 0 4241 VQRSHL/VQRSHLQ:85:vqrshl_u16 Neon cumulative saturation 1 4285 VQRSHL/VQRSHLQ:125:vqrshl_u16 Neon cumulative saturation 0 4329 VQRSHL/VQRSHLQ:165:vqrshl_u16 Neon cumulative saturation 0 4373 VQRSHL/VQRSHLQ:205:vqrshl_u16 Neon cumulative saturation 0 4417 VQRSHL/VQRSHLQ:245:vqrshl_u16 Neon cumulative saturation 1 4461 VQRSHL/VQRSHLQ:285:vqrshl_u16 Neon cumulative saturation 1 4505 VQRSHL/VQRSHLQ:325:vqrshl_u16 Neon cumulative saturation 0 4549 VQRSHL/VQRSHLQ:365:vqrshl_u16 Neon cumulative saturation 0
|
H A D | ref-rvct-all.txt | 4153 VQRSHL/VQRSHLQ:5:vqrshl_u16 Neon cumulative saturation 0 4197 VQRSHL/VQRSHLQ:45:vqrshl_u16 Neon cumulative saturation 0 4241 VQRSHL/VQRSHLQ:85:vqrshl_u16 Neon cumulative saturation 1 4285 VQRSHL/VQRSHLQ:125:vqrshl_u16 Neon cumulative saturation 0 4329 VQRSHL/VQRSHLQ:165:vqrshl_u16 Neon cumulative saturation 0 4373 VQRSHL/VQRSHLQ:205:vqrshl_u16 Neon cumulative saturation 0 4417 VQRSHL/VQRSHLQ:245:vqrshl_u16 Neon cumulative saturation 1 4461 VQRSHL/VQRSHLQ:285:vqrshl_u16 Neon cumulative saturation 1 4505 VQRSHL/VQRSHLQ:325:vqrshl_u16 Neon cumulative saturation 0 4549 VQRSHL/VQRSHLQ:365:vqrshl_u16 Neon cumulative saturation 0
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | aarch64-neon-intrinsics.c | 4077 return vqrshl_u16(a, b); in test_vqrshl_u16()
|
H A D | arm_neon_intrinsics.c | 12667 return vqrshl_u16(a, b); in test_vqrshl_u16()
|
/aosp_15_r20/external/neon_2_sse/ |
H A D | NEON_2_SSE.h | 1011 _NEON2SSESTORAGE uint16x4_t vqrshl_u16(uint16x4_t a, int16x4_t b); // VQRSHL.U16 d0,d0,d0 7468 _NEON2SSESTORAGE uint16x4_t vqrshl_u16(uint16x4_t a, int16x4_t b); // VQRSHL.s16 d0,d0,d0 7469 _NEON2SSE_INLINE _NEON2SSE_PERFORMANCE_WARNING(uint16x4_t vqrshl_u16(uint16x4_t a, int16x4_t b), _… in _NEON2SSE_PERFORMANCE_WARNING()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/ |
H A D | generated.rs | 21867 pub unsafe fn vqrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t { in vqrshl_u16() function 42129 let r: u16x4 = transmute(vqrshl_u16(transmute(a), transmute(b))); in test_vqrshl_u16()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/ |
H A D | generated.rs | 21867 pub unsafe fn vqrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t { in vqrshl_u16() function 42129 let r: u16x4 = transmute(vqrshl_u16(transmute(a), transmute(b))); in test_vqrshl_u16()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/ |
H A D | generated.rs | 21867 pub unsafe fn vqrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t { in vqrshl_u16() function 42129 let r: u16x4 = transmute(vqrshl_u16(transmute(a), transmute(b))); in test_vqrshl_u16()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/ |
H A D | generated.rs | 21867 pub unsafe fn vqrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t { in vqrshl_u16() function 42129 let r: u16x4 = transmute(vqrshl_u16(transmute(a), transmute(b))); in test_vqrshl_u16()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/ |
H A D | generated.rs | 21867 pub unsafe fn vqrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t { in vqrshl_u16() function 42129 let r: u16x4 = transmute(vqrshl_u16(transmute(a), transmute(b))); in test_vqrshl_u16()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/ |
H A D | generated.rs | 12914 simd_extract!(vqrshl_u16(a, b), 0) in vqrshlh_u16()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/ |
H A D | generated.rs | 12914 simd_extract!(vqrshl_u16(a, b), 0) in vqrshlh_u16()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/ |
H A D | generated.rs | 12914 simd_extract!(vqrshl_u16(a, b), 0) in vqrshlh_u16()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/ |
H A D | generated.rs | 12914 simd_extract!(vqrshl_u16(a, b), 0) in vqrshlh_u16()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/ |
H A D | generated.rs | 12914 simd_extract!(vqrshl_u16(a, b), 0) in vqrshlh_u16()
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-arm-neon/gen/clang/Basic/ |
D | arm_neon.h | 18338 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 18344 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | arm_neon.h | 18338 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 18344 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | arm_neon.h | 18406 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 18412 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | arm_neon.h | 20113 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 20119 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | arm_neon.h | 20113 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 20119 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | arm_neon.h | 20191 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 20197 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | arm_neon.h | 20113 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 20119 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | arm_neon.h | 20113 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function 20119 __ai uint16x4_t vqrshl_u16(uint16x4_t __p0, int16x4_t __p1) { in vqrshl_u16() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gcc.info | 31888 * uint16x4_t vqrshl_u16 (uint16x4_t, int16x4_t)
|