Searched refs:uqxtn (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/tests/checkasm/aarch64/ |
H A D | checkasm.S | 161 uqxtn v3.8b, v3.8h
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 2385 __ uqxtn(b29, h19); in GenerateTestSequenceNEON() 2386 __ uqxtn(h0, s13); in GenerateTestSequenceNEON() 2387 __ uqxtn(s26, d22); in GenerateTestSequenceNEON() 2388 __ uqxtn(v5.V2S(), v31.V2D()); in GenerateTestSequenceNEON() 2389 __ uqxtn(v30.V4H(), v19.V4S()); in GenerateTestSequenceNEON() 2390 __ uqxtn(v15.V8B(), v2.V8H()); in GenerateTestSequenceNEON()
|
H A D | test-cpu-features-aarch64.cc | 2648 TEST_NEON(uqxtn_0, uqxtn(v0.V8B(), v1.V8H())) 2649 TEST_NEON(uqxtn_1, uqxtn(v0.V4H(), v1.V4S())) 2650 TEST_NEON(uqxtn_2, uqxtn(v0.V2S(), v1.V2D())) 2654 TEST_NEON(uqxtn_3, uqxtn(b0, h1)) 2655 TEST_NEON(uqxtn_4, uqxtn(h0, s1)) 2656 TEST_NEON(uqxtn_5, uqxtn(s0, d1))
|
H A D | test-simulator-aarch64.cc | 4882 DEFINE_TEST_NEON_2DIFF_NARROW(uqxtn, Basic) 4932 DEFINE_TEST_NEON_2DIFF_SCALAR_NARROW(uqxtn, Basic)
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 541 void uqxtn(const VRegister& vd, const VRegister& vn);
|
H A D | macro-assembler-arm64.h | 319 V(uqxtn, Uqxtn) \
|
H A D | assembler-arm64.cc | 3457 void Assembler::uqxtn(const VRegister& vd, const VRegister& vn) { in uqxtn() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 1946 LogicVRegister uqxtn(VectorFormat vform, LogicVRegister dst,
|
H A D | simulator-arm64.cc | 4149 uqxtn(vf, rd, rn); 5463 uqxtn(vf, rd, rn);
|
H A D | simulator-logic-arm64.cc | 1824 LogicVRegister Simulator::uqxtn(VectorFormat vform, LogicVRegister dst, in uqxtn() function in v8::internal::Simulator
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 2669 uqxtn(vform, result, zn); in Simulator() 7197 uqxtn(vf, rd, rn); in Simulator() 8872 uqxtn(vf, rd, rn); in Simulator()
|
H A D | simulator-aarch64.h | 4249 LogicVRegister uqxtn(VectorFormat vform,
|
H A D | assembler-aarch64.h | 2818 void uqxtn(const VRegister& vd, const VRegister& vn);
|
H A D | assembler-aarch64.cc | 4969 void Assembler::uqxtn(const VRegister& vd, const VRegister& vn) {
|
H A D | logic-aarch64.cc | 2288 LogicVRegister Simulator::uqxtn(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 3068 V(uqxtn, Uqxtn) \
|
Completed in 119 milliseconds