Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc13909 __ Zip2(p3.VnB(), p0.VnB(), p0.VnB()); in TEST_SVE() local
13911 __ Zip2(p5.VnB(), p1.VnB(), p0.VnB()); in TEST_SVE() local
13913 __ Zip2(p7.VnB(), p0.VnB(), p1.VnB()); in TEST_SVE() local
13916 __ Zip2(p9.VnH(), p0.VnH(), p0.VnH()); in TEST_SVE() local
13918 __ Zip2(p11.VnH(), p1.VnH(), p0.VnH()); in TEST_SVE() local
13920 __ Zip2(p13.VnH(), p0.VnH(), p1.VnH()); in TEST_SVE() local
13971 __ Zip2(p3.VnS(), p0.VnS(), p0.VnS()); in TEST_SVE() local
13973 __ Zip2(p5.VnS(), p1.VnS(), p0.VnS()); in TEST_SVE() local
13975 __ Zip2(p7.VnS(), p0.VnS(), p1.VnS()); in TEST_SVE() local
13978 __ Zip2(p9.VnD(), p0.VnD(), p0.VnD()); in TEST_SVE() local
[all …]
H A Dtest-utils-aarch64.cc936 __ Zip2(PRegister(i + 1).VnB(), PRegister(i).VnB(), PRegister(i + 1).VnB()); in SetInitialMachineState() local
H A Dtest-assembler-neon-aarch64.cc7781 __ Zip2(v19.V16B(), v0.V16B(), v1.V16B()); in TEST() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h6379 void Zip2(const PRegisterWithLaneSize& pd, in Zip2() function
6386 void Zip2(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Zip2() function