Home
last modified time | relevance | path

Searched defs:uzp2 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Duzp2-diagnostics.s4 uzp2 z6.h, z23.h, z31.x label
10 uzp2 z0.h, z30.h, z24.b label
16 uzp2 z1.h, z2.h label
22 uzp2 z1.s, z2.s, z32.s label
28 uzp2 p1.s, p2.s, p16.s label
34 uzp2 z1.s, z2.s, p3.s label
40 uzp2 p1.s, p2.s, z3.s label
50 uzp2 z31.d, z31.d, z31.d label
56 uzp2 z31.d, z31.d, z31.d label
Duzp2.s10 uzp2 z31.b, z31.b, z31.b label
16 uzp2 z31.h, z31.h, z31.h label
22 uzp2 z31.s, z31.s, z31.s label
28 uzp2 z31.d, z31.d, z31.d label
34 uzp2 p15.b, p15.b, p15.b label
40 uzp2 p15.s, p15.s, p15.s label
46 uzp2 p15.h, p15.h, p15.h label
52 uzp2 p15.d, p15.d, p15.d label
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2482 __ uzp2(v8.V16B(), v18.V16B(), v26.V16B()); in GenerateTestSequenceNEON() local
2483 __ uzp2(v21.V2D(), v22.V2D(), v24.V2D()); in GenerateTestSequenceNEON() local
2484 __ uzp2(v20.V2S(), v21.V2S(), v2.V2S()); in GenerateTestSequenceNEON() local
2485 __ uzp2(v16.V4H(), v31.V4H(), v6.V4H()); in GenerateTestSequenceNEON() local
2486 __ uzp2(v25.V4S(), v11.V4S(), v8.V4S()); in GenerateTestSequenceNEON() local
2487 __ uzp2(v31.V8B(), v31.V8B(), v13.V8B()); in GenerateTestSequenceNEON() local
2488 __ uzp2(v8.V8H(), v17.V8H(), v1.V8H()); in GenerateTestSequenceNEON() local
/external/v8/src/arm64/
Dassembler-arm64.cc1943 void Assembler::uzp2(const VRegister& vd, const VRegister& vn, in uzp2() function in v8::internal::Assembler
Dsimulator-logic-arm64.cc2904 LogicVRegister Simulator::uzp2(VectorFormat vform, LogicVRegister dst, in uzp2() function in v8::internal::Simulator
/external/vixl/src/aarch64/
Dassembler-aarch64.cc4607 void Assembler::uzp2(const VRegister& vd, in uzp2() function in vixl::aarch64::Assembler
Dlogic-aarch64.cc3662 LogicVRegister Simulator::uzp2(VectorFormat vform, in uzp2() function in vixl::aarch64::Simulator