Searched defs:Trn2 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 13790 __ Trn2(p3.VnB(), p0.VnB(), p0.VnB()); in TEST_SVE() local 13792 __ Trn2(p5.VnB(), p1.VnB(), p0.VnB()); in TEST_SVE() local 13794 __ Trn2(p7.VnB(), p0.VnB(), p1.VnB()); in TEST_SVE() local 13797 __ Trn2(p9.VnH(), p0.VnH(), p0.VnH()); in TEST_SVE() local 13799 __ Trn2(p11.VnH(), p1.VnH(), p0.VnH()); in TEST_SVE() local 13801 __ Trn2(p13.VnH(), p0.VnH(), p1.VnH()); in TEST_SVE() local 13847 __ Trn2(p3.VnS(), p0.VnS(), p0.VnS()); in TEST_SVE() local 13849 __ Trn2(p5.VnS(), p1.VnS(), p0.VnS()); in TEST_SVE() local 13851 __ Trn2(p7.VnS(), p0.VnS(), p1.VnS()); in TEST_SVE() local 13854 __ Trn2(p9.VnD(), p0.VnD(), p0.VnD()); in TEST_SVE() local [all …]
|
H A D | test-assembler-neon-aarch64.cc | 7779 __ Trn2(v17.V16B(), v0.V16B(), v1.V16B()); in TEST() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 6081 void Trn2(const PRegisterWithLaneSize& pd, in Trn2() function 6088 void Trn2(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Trn2() function
|