/third_party/ffmpeg/libswscale/aarch64/ |
H A D | output.S | 50 sqshrun v3.4h, v3.4s, #16 // clip16(val0>>16)
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | simple_idct_neon.S | 232 sqshrun v1.8B, v7.8H, #COL_SHIFT-16 234 sqshrun v3.8B, v17.8H, #COL_SHIFT-16 239 sqshrun v2.8B, v7.8H, #COL_SHIFT-16 241 sqshrun v4.8B, v17.8H, #COL_SHIFT-16
|
H A D | h264pred_neon.S | 157 sqshrun v0.8b, v1.8h, #5 234 sqshrun v0.8b, v1.8h, #5 523 sqshrun v0.4h, v16.4s, #5 527 sqshrun v1.4h, v16.4s, #5 607 sqshrun v0.4h, v1.4s, #5
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 1687 __ sqshrun(b9, h0, 1); in GenerateTestSequenceNEON() 1688 __ sqshrun(h11, s6, 7); in GenerateTestSequenceNEON() 1689 __ sqshrun(s13, d12, 13); in GenerateTestSequenceNEON() 1690 __ sqshrun(v10.V2S(), v30.V2D(), 1); in GenerateTestSequenceNEON() 1691 __ sqshrun(v31.V4H(), v3.V4S(), 11); in GenerateTestSequenceNEON() 1692 __ sqshrun(v28.V8B(), v30.V8H(), 8); in GenerateTestSequenceNEON()
|
H A D | test-cpu-features-aarch64.cc | 1897 TEST_NEON(sqshrun_0, sqshrun(v0.V8B(), v1.V8H(), 4)) 1898 TEST_NEON(sqshrun_1, sqshrun(v0.V4H(), v1.V4S(), 11)) 1899 TEST_NEON(sqshrun_2, sqshrun(v0.V2S(), v1.V2D(), 20)) 1903 TEST_NEON(sqshrun_3, sqshrun(b0, h1, 2)) 1904 TEST_NEON(sqshrun_4, sqshrun(h0, s1, 10)) 1905 TEST_NEON(sqshrun_5, sqshrun(s0, d1, 16))
|
H A D | test-simulator-aarch64.cc | 4796 DEFINE_TEST_NEON_2OPIMM_NARROW(sqshrun, Basic, TypeWidth) 4828 DEFINE_TEST_NEON_2OPIMM_SCALAR_NARROW(sqshrun, Basic, TypeWidth)
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 1408 void sqshrun(const VRegister& vd, const VRegister& vn, int shift);
|
H A D | macro-assembler-arm64.h | 1231 V(sqshrun, Sqshrun) \
|
H A D | assembler-arm64.cc | 1779 void Assembler::sqshrun(const VRegister& vd, const VRegister& vn, int shift) { in sqshrun() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 1981 LogicVRegister sqshrun(VectorFormat vform, LogicVRegister dst,
|
H A D | simulator-arm64.cc | 5792 sqshrun(vf, rd, rn, right_shift); 5958 sqshrun(vf, rd, rn, right_shift);
|
H A D | simulator-logic-arm64.cc | 2285 LogicVRegister Simulator::sqshrun(VectorFormat vform, LogicVRegister dst, in sqshrun() function in v8::internal::Simulator
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 2705 sqshrun(vform, result, zn, right_shift_dist); in Simulator() 9375 sqshrun(vf, rd, rn, right_shift); in Simulator() 9545 sqshrun(vf, rd, rn, right_shift); in Simulator()
|
H A D | simulator-aarch64.h | 4316 LogicVRegister sqshrun(VectorFormat vform,
|
H A D | assembler-aarch64.h | 3279 void sqshrun(const VRegister& vd, const VRegister& vn, int shift);
|
H A D | assembler-aarch64.cc | 5745 void Assembler::sqshrun(const VRegister& vd, const VRegister& vn, int shift) {
|
H A D | logic-aarch64.cc | 3432 LogicVRegister Simulator::sqshrun(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 3174 V(sqshrun, Sqshrun) \
|