Home
last modified time | relevance | path

Searched defs:usdot (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc337 __ usdot(z4.VnS(), z3.VnB(), z4.VnB()); in TEST() local
340 __ usdot(z10.VnS(), z10.VnB(), z0.VnB(), 0); in TEST() local
1266 __ usdot(z4.VnS(), z3.VnB(), z4.VnB()); in TEST() local
1269 __ usdot(z10.VnS(), z10.VnB(), z0.VnB(), 0); in TEST() local
1699 __ usdot(z4.VnS(), z3.VnB(), z3.VnB()); in TEST() local
1702 __ usdot(z10.VnS(), z9.VnB(), z0.VnB(), 0); in TEST() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc3855 void Assembler::usdot(const VRegister& vd, in usdot() function in vixl::aarch64::Assembler
4192 void Assembler::usdot(const VRegister& vd, in usdot() function in vixl::aarch64::Assembler
H A Dassembler-sve-aarch64.cc9859 void Assembler::usdot(const ZRegister& zda, in usdot() function in vixl::aarch64::Assembler
9870 void Assembler::usdot(const ZRegister& zda, in usdot() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc4016 LogicVRegister Simulator::usdot(VectorFormat vform, in usdot() function in vixl::aarch64::Simulator