Searched defs:Sqdecp (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 1643 __ Sqdecp(x0, p0.VnB()); in TEST_SVE() local 1650 __ Sqdecp(x2, p0.VnS(), w2); in TEST_SVE() local 1656 __ Sqdecp(x4, p0.VnS(), w4); in TEST_SVE() local 1663 __ Sqdecp(x10, p0.VnB()); in TEST_SVE() local 1666 __ Sqdecp(x11, p0.VnH(), w11); in TEST_SVE() local 1669 __ Sqdecp(x12, p0.VnS()); in TEST_SVE() local 1672 __ Sqdecp(x13, p0.VnD(), w13); in TEST_SVE() local 1689 __ Sqdecp(x20, p0.VnB(), w20); in TEST_SVE() local 1696 __ Sqdecp(x21, p15.VnB()); in TEST_SVE() local 1702 __ Sqdecp(x23, p15.VnS(), w23); in TEST_SVE() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 5725 void Sqdecp(const Register& xdn, in Sqdecp() function 5732 void Sqdecp(const Register& xdn, const PRegisterWithLaneSize& pg) { in Sqdecp() function 5737 void Sqdecp(const ZRegister& zd, const PRegister& pg, const ZRegister& zn) { in Sqdecp() function 5744 void Sqdecp(const ZRegister& zdn, const PRegister& pg) { in Sqdecp() function
|