/third_party/ffmpeg/libavcodec/arm/ |
H A D | hpeldsp_neon.S | 136 shrn d28, q12, #2 138 shrn d29, q1, #2 152 shrn d30, q12, #2 154 shrn d31, q0, #2 169 shrn d28, q12, #2 171 shrn d29, q1, #2 182 shrn d30, q12, #2 184 shrn d31, q0, #2 299 shrn d5, q10, #2 309 shrn d [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | h264cmc_neon.S | 85 shrn v16.8B, v16.8H, #6 86 shrn v17.8B, v17.8H, #6 120 shrn v16.8B, v16.8H, #6 121 shrn v17.8B, v17.8H, #6 153 shrn v16.8B, v16.8H, #6 154 shrn v17.8B, v17.8H, #6 180 shrn v16.8B, v16.8H, #6 181 shrn v17.8B, v17.8H, #6 255 shrn v16.8B, v18.8H, #6 292 shrn v1 [all...] |
H A D | mpegaudiodsp_neon.S | 111 shrn v16.2s, v16.2d, #OUT_SHIFT 113 shrn v19.2s, v19.2d, #OUT_SHIFT 163 shrn v20.2s, v16.2d, #OUT_SHIFT
|
H A D | simple_idct_neon.S | 131 shrn \y1\().4H, \y3\().4S, #ROW_SHIFT 132 shrn \y2\().4H, \y4\().4S, #ROW_SHIFT 135 shrn \y3\().4H, v7.4S, #ROW_SHIFT 136 shrn \y4\().4H, v16.4S, #ROW_SHIFT
|
H A D | vp8dsp_neon.S | 95 shrn v21.4h, v26.4s, #16 96 shrn v22.4h, v27.4s, #16 120 shrn v20.4h, v26.4s, #16 121 shrn v22.4h, v27.4s, #16
|
H A D | hpeldsp_neon.S | 340 shrn \rd, \rn, \rm
|
H A D | h264dsp_neon.S | 59 shrn v30.8b, v21.8h, #4 208 shrn v20.8b, v19.8h, #4
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 710 shrn $T1.2s,$ACC2,#26 717 shrn $T0.2s,$ACC0,#26 935 s/\b(shrn\s+v[0-9]+)\.[24]d/$1.2s/ or
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 712 shrn $T1.2s,$ACC2,#26 719 shrn $T0.2s,$ACC0,#26 939 s/\b(shrn\s+v[0-9]+)\.[24]d/$1.2s/ or
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/poly1305/ |
H A D | poly1305-armv8.S | 641 shrn v30.2s,v21.2d,#26 648 shrn v29.2s,v19.2d,#26
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/poly1305/ |
H A D | poly1305-armv8.S | 641 shrn v30.2s,v21.2d,#26 648 shrn v29.2s,v19.2d,#26
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv8.S | 641 shrn v30.2s,v21.2d,#26 648 shrn v29.2s,v19.2d,#26
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv8.S | 641 shrn v30.2s,v21.2d,#26 648 shrn v29.2s,v19.2d,#26
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 2108 LogicVRegister Simulator::shrn(VectorFormat vform, LogicVRegister dst, in shrn() function in v8::internal::Simulator 2231 return shrn(vform, dst, src, shift).UnsignedSaturate(vform); in uqshrn() 2759 shrn(vform, dst, temp, LaneSizeInBitsFromFormat(vform)); in addhn() 2795 shrn(vform, dst, temp, LaneSizeInBitsFromFormat(vform)); in subhn()
|
H A D | simulator-arm64.h | 1957 LogicVRegister shrn(VectorFormat vform, LogicVRegister dst,
|
H A D | simulator-arm64.cc | 5916 shrn(vf, rd, rn, right_shift);
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 3196 LogicVRegister Simulator::shrn(VectorFormat vform, 3356 return shrn(vform, dst, src, shift).UnsignedSaturate(vform); 4248 shrn(vform, dst, temp, LaneSizeInBitsFromFormat(vform)); 4292 shrn(vform, dst, temp, LaneSizeInBitsFromFormat(vform));
|
H A D | simulator-aarch64.h | 4268 LogicVRegister shrn(VectorFormat vform,
|
H A D | simulator-aarch64.cc | 2681 shrn(vform, result, zn, right_shift_dist); in Simulator() 9503 shrn(vf, rd, rn, right_shift); in Simulator()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 1372 void shrn(const VRegister& vd, const VRegister& vn, int shift);
|
H A D | macro-assembler-arm64.h | 1220 V(shrn, Shrn) \
|
H A D | assembler-arm64.cc | 1739 void Assembler::shrn(const VRegister& vd, const VRegister& vn, int shift) { in shrn() function in v8::internal::Assembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 1434 __ shrn(v5.V2S(), v1.V2D(), 28); in GenerateTestSequenceNEON() 1435 __ shrn(v29.V4H(), v18.V4S(), 7); in GenerateTestSequenceNEON() 1436 __ shrn(v17.V8B(), v29.V8H(), 2); in GenerateTestSequenceNEON()
|
H A D | test-cpu-features-aarch64.cc | 1644 TEST_NEON(shrn_0, shrn(v0.V8B(), v1.V8H(), 7)) 1645 TEST_NEON(shrn_1, shrn(v0.V4H(), v1.V4S(), 14)) 1646 TEST_NEON(shrn_2, shrn(v0.V2S(), v1.V2D(), 20))
|
H A D | test-simulator-aarch64.cc | 4779 DEFINE_TEST_NEON_2OPIMM_NARROW(shrn, Basic, TypeWidth)
|