Home
last modified time | relevance | path

Searched defs:Zip2 (Results 1 – 3 of 3) sorted by relevance

/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc13964 __ Zip2(p3.VnB(), p0.VnB(), p0.VnB()); in TEST_SVE() local
13966 __ Zip2(p5.VnB(), p1.VnB(), p0.VnB()); in TEST_SVE() local
13968 __ Zip2(p7.VnB(), p0.VnB(), p1.VnB()); in TEST_SVE() local
13971 __ Zip2(p9.VnH(), p0.VnH(), p0.VnH()); in TEST_SVE() local
13973 __ Zip2(p11.VnH(), p1.VnH(), p0.VnH()); in TEST_SVE() local
13975 __ Zip2(p13.VnH(), p0.VnH(), p1.VnH()); in TEST_SVE() local
14026 __ Zip2(p3.VnS(), p0.VnS(), p0.VnS()); in TEST_SVE() local
14028 __ Zip2(p5.VnS(), p1.VnS(), p0.VnS()); in TEST_SVE() local
14030 __ Zip2(p7.VnS(), p0.VnS(), p1.VnS()); in TEST_SVE() local
14033 __ Zip2(p9.VnD(), p0.VnD(), p0.VnD()); in TEST_SVE() local
[all …]
Dtest-assembler-neon-aarch64.cc7757 __ Zip2(v19.V16B(), v0.V16B(), v1.V16B()); in TEST() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h6356 void Zip2(const PRegisterWithLaneSize& pd, in Zip2() function
6363 void Zip2(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Zip2() function