Home
last modified time | relevance | path

Searched refs:uqdecp (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc2052 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 Dtest-api-movprfx-aarch64.cc1236 __ uqdecp(z31.VnS(), p5); in TEST()
1663 __ uqdecp(z12.VnS(), p7); in TEST()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h6343 uqdecp(rd, pg); in Uqdecp()
6346 uqdecp(rd.W(), pg); in Uqdecp()
6357 uqdecp(zd, pg); in Uqdecp()
H A Dassembler-aarch64.h5780 void uqdecp(const Register& rdn, const PRegisterWithLaneSize& pg);
5783 void uqdecp(const ZRegister& zdn, const PRegister& pg);
H A Dassembler-sve-aarch64.cc2150 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 63 milliseconds