Searched refs:uqrshrn2 (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 1393 void uqrshrn2(const VRegister& vd, const VRegister& vn, int shift);
|
H A D | macro-assembler-arm64.h | 1241 V(uqrshrn2, Uqrshrn2) \
|
H A D | assembler-arm64.cc | 1814 void Assembler::uqrshrn2(const VRegister& vd, const VRegister& vn, int shift) { in uqrshrn2() function in v8::internal::Assembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 2340 __ uqrshrn2(v25.V16B(), v30.V8H(), 2); in GenerateTestSequenceNEON() 2341 __ uqrshrn2(v21.V4S(), v14.V2D(), 32); in GenerateTestSequenceNEON() 2342 __ uqrshrn2(v13.V8H(), v7.V4S(), 2); in GenerateTestSequenceNEON()
|
H A D | test-cpu-features-aarch64.cc | 2600 TEST_NEON(uqrshrn2_0, uqrshrn2(v0.V16B(), v1.V8H(), 4)) 2601 TEST_NEON(uqrshrn2_1, uqrshrn2(v0.V8H(), v1.V4S(), 5)) 2602 TEST_NEON(uqrshrn2_2, uqrshrn2(v0.V4S(), v1.V2D(), 11))
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 1971 LogicVRegister uqrshrn2(VectorFormat vform, LogicVRegister dst,
|
H A D | simulator-arm64.cc | 5935 uqrshrn2(vf, rd, rn, right_shift);
|
H A D | simulator-logic-arm64.cc | 2244 LogicVRegister Simulator::uqrshrn2(VectorFormat vform, LogicVRegister dst, in uqrshrn2() function in v8::internal::Simulator
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 4296 LogicVRegister uqrshrn2(VectorFormat vform,
|
H A D | assembler-aarch64.h | 3264 void uqrshrn2(const VRegister& vd, const VRegister& vn, int shift);
|
H A D | assembler-aarch64.cc | 5794 void Assembler::uqrshrn2(const VRegister& vd, const VRegister& vn, int shift) {
|
H A D | logic-aarch64.cc | 3376 LogicVRegister Simulator::uqrshrn2(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 3182 V(uqrshrn2, Uqrshrn2) \
|
H A D | simulator-aarch64.cc | 9522 uqrshrn2(vf, rd, rn, right_shift); in Simulator()
|
Completed in 111 milliseconds