Searched defs:usdot (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 337 __ 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 D | assembler-aarch64.cc | 3855 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 D | assembler-sve-aarch64.cc | 9859 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 D | logic-aarch64.cc | 4016 LogicVRegister Simulator::usdot(VectorFormat vform, in usdot() function in vixl::aarch64::Simulator
|