Searched defs:Sqdecp (Results 1 – 2 of 2) sorted by relevance
| /external/vixl/test/aarch64/ |
| D | test-assembler-sve-aarch64.cc | 1578 __ Sqdecp(x0, p0.VnB()); in TEST_SVE() local 1585 __ Sqdecp(x2, p0.VnS(), w2); in TEST_SVE() local 1591 __ Sqdecp(x4, p0.VnS(), w4); in TEST_SVE() local 1598 __ Sqdecp(x10, p0.VnB()); in TEST_SVE() local 1601 __ Sqdecp(x11, p0.VnH(), w11); in TEST_SVE() local 1604 __ Sqdecp(x12, p0.VnS()); in TEST_SVE() local 1607 __ Sqdecp(x13, p0.VnD(), w13); in TEST_SVE() local 1624 __ Sqdecp(x20, p0.VnB(), w20); in TEST_SVE() local 1631 __ Sqdecp(x21, p15.VnB()); in TEST_SVE() local 1637 __ Sqdecp(x23, p15.VnS(), w23); in TEST_SVE() local [all …]
|
| /external/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 5748 void Sqdecp(const Register& xdn, in Sqdecp() function 5755 void Sqdecp(const Register& xdn, const PRegisterWithLaneSize& pg) { in Sqdecp() function 5760 void Sqdecp(const ZRegister& zd, const PRegister& pg, const ZRegister& zn) { in Sqdecp() function 5767 void Sqdecp(const ZRegister& zdn, const PRegister& pg) { in Sqdecp() function
|