Searched refs:sqxtn2 (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 538 void sqxtn2(const VRegister& vd, const VRegister& vn);
|
H A D | macro-assembler-arm64.h | 306 V(sqxtn2, Sqxtn2) \
|
H A D | assembler-arm64.cc | 3442 void Assembler::sqxtn2(const VRegister& vd, const VRegister& vn) { in sqxtn2() function in v8::internal::Assembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 1713 __ sqxtn2(v19.V16B(), v3.V8H()); in GenerateTestSequenceNEON() 1714 __ sqxtn2(v23.V4S(), v1.V2D()); in GenerateTestSequenceNEON() 1715 __ sqxtn2(v13.V8H(), v3.V4S()); in GenerateTestSequenceNEON()
|
H A D | test-cpu-features-aarch64.cc | 1920 TEST_NEON(sqxtn2_0, sqxtn2(v0.V16B(), v1.V8H())) 1921 TEST_NEON(sqxtn2_1, sqxtn2(v0.V8H(), v1.V4S())) 1922 TEST_NEON(sqxtn2_2, sqxtn2(v0.V4S(), v1.V2D()))
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp8dsp_neon.S | 353 sqxtn2 v18.16b, v19.8h
|
H A D | vp9lpf_neon.S | 92 sqxtn2 \dst\().16b, \in2
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 2815 void sqxtn2(const VRegister& vd, const VRegister& vn);
|
H A D | assembler-aarch64.cc | 4948 void Assembler::sqxtn2(const VRegister& vd, const VRegister& vn) {
|
H A D | macro-assembler-aarch64.h | 3057 V(sqxtn2, Sqxtn2) \
|
Completed in 61 milliseconds