Searched refs:uqdecp (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 2052 COMPARE(uqdecp(w3, p13.VnB()), "uqdecp w3, p13.b"); in TEST() 2053 COMPARE(uqdecp(w3, p13.VnH()), "uqdecp w3, p13.h"); in TEST() 2054 COMPARE(uqdecp(w3, p13.VnS()), "uqdecp w3, p13.s"); in TEST() 2055 COMPARE(uqdecp(w3, p13.VnD()), "uqdecp w3, p13.d"); in TEST() 2056 COMPARE(uqdecp(x19, p0.VnB()), "uqdecp x1 in TEST() [all...] |
H A D | test-api-movprfx-aarch64.cc | 1236 __ uqdecp(z31.VnS(), p5); in TEST() 1663 __ uqdecp(z12.VnS(), p7); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 6343 uqdecp(rd, pg); in Uqdecp() 6346 uqdecp(rd.W(), pg); in Uqdecp() 6357 uqdecp(zd, pg); in Uqdecp()
|
H A D | assembler-aarch64.h | 5780 void uqdecp(const Register& rdn, const PRegisterWithLaneSize& pg); 5783 void uqdecp(const ZRegister& zdn, const PRegister& pg);
|
H A D | assembler-sve-aarch64.cc | 2150 void Assembler::uqdecp(const Register& rdn, const PRegisterWithLaneSize& pg) { in uqdecp() function in vixl::aarch64::Assembler 2163 void Assembler::uqdecp(const ZRegister& zdn, const PRegister& pg) { in uqdecp() function in vixl::aarch64::Assembler
|
Completed in 45 milliseconds