Searched defs:Uqdecp (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 1756 __ Uqdecp(x0, p0.VnB()); in TEST_SVE() local 1763 __ Uqdecp(x2, p0.VnS(), w2); in TEST_SVE() local 1769 __ Uqdecp(x4, p0.VnS(), w4); in TEST_SVE() local 1776 __ Uqdecp(x10, p0.VnB(), x10); in TEST_SVE() local 1779 __ Uqdecp(x11, p0.VnH(), w11); in TEST_SVE() local 1782 __ Uqdecp(x12, p0.VnS(), x12); in TEST_SVE() local 1785 __ Uqdecp(x13, p0.VnD(), w13); in TEST_SVE() local 1806 __ Uqdecp(x20, p15.VnB(), x20); in TEST_SVE() local 1812 __ Uqdecp(x22, p15.VnS(), w22); in TEST_SVE() local 2168 __ Uqdecp(z10.VnD(), p0, z0.VnD()); in TEST_SVE() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 6144 void Uqdecp(const Register& rd, in Uqdecp() function 6158 void Uqdecp(const Register& rdn, const PRegisterWithLaneSize& pg) { in Uqdecp() function 6161 void Uqdecp(const ZRegister& zd, const PRegister& pg, const ZRegister& zn) { in Uqdecp() function 6168 void Uqdecp(const ZRegister& zdn, const PRegister& pg) { in Uqdecp() function
|