Home
last modified time | relevance | path

Searched defs:Uqdecp (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc1691 __ Uqdecp(x0, p0.VnB()); in TEST_SVE() local
1698 __ Uqdecp(x2, p0.VnS(), w2); in TEST_SVE() local
1704 __ Uqdecp(x4, p0.VnS(), w4); in TEST_SVE() local
1711 __ Uqdecp(x10, p0.VnB(), x10); in TEST_SVE() local
1714 __ Uqdecp(x11, p0.VnH(), w11); in TEST_SVE() local
1717 __ Uqdecp(x12, p0.VnS(), x12); in TEST_SVE() local
1720 __ Uqdecp(x13, p0.VnD(), w13); in TEST_SVE() local
1741 __ Uqdecp(x20, p15.VnB(), x20); in TEST_SVE() local
1747 __ Uqdecp(x22, p15.VnS(), w22); in TEST_SVE() local
2103 __ Uqdecp(z10.VnD(), p0, z0.VnD()); in TEST_SVE() local
[all …]
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h6167 void Uqdecp(const Register& rd, in Uqdecp() function
6181 void Uqdecp(const Register& rdn, const PRegisterWithLaneSize& pg) { in Uqdecp() function
6184 void Uqdecp(const ZRegister& zd, const PRegister& pg, const ZRegister& zn) { in Uqdecp() function
6191 void Uqdecp(const ZRegister& zdn, const PRegister& pg) { in Uqdecp() function