Searched refs:usdot (Results 1 - 9 of 9) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1842 V(Usdot, usdot, FourRegDestructiveHelper) 1924 SVEDotIndexHelper(&Assembler::usdot, zd, za, zn, zm, index); in Usdot()
|
H A D | assembler-aarch64.h | 3397 void usdot(const VRegister& vd, const VRegister& vn, const VRegister& vm); 3406 void usdot(const VRegister& vd, 6916 void usdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm); 6919 void usdot(const ZRegister& zda,
|
H A D | simulator-aarch64.cc | 7685 usdot(vf, rd, rn, rm); in Simulator() 8117 usdot(vform, rd, temp, rn); in Simulator() 8120 usdot(vform, rd, rn, temp); in Simulator() 11623 usdot(vform, zda, zn, zm); in Simulator() 13088 usdot(vform, zda, temp, zn); in Simulator() 13091 usdot(vform, zda, zn, temp); in Simulator()
|
H A D | simulator-aarch64.h | 4351 LogicVRegister usdot(VectorFormat vform,
|
H A D | assembler-aarch64.cc | 4393 void Assembler::usdot(const VRegister& vd, 4730 void Assembler::usdot(const VRegister& vd,
|
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 | macro-assembler-aarch64.h | 2988 V(usdot, Usdot) 3142 V(usdot, Usdot)
|
H A D | logic-aarch64.cc | 4034 LogicVRegister Simulator::usdot(VectorFormat vform,
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 337 __ usdot(z4.VnS(), z3.VnB(), z4.VnB()); in TEST() 340 __ usdot(z10.VnS(), z10.VnB(), z0.VnB(), 0); in TEST() 1266 __ usdot(z4.VnS(), z3.VnB(), z4.VnB()); in TEST() 1269 __ usdot(z10.VnS(), z10.VnB(), z0.VnB(), 0); in TEST() 1702 __ usdot(z4.VnS(), z3.VnB(), z3.VnB()); in TEST() 1705 __ usdot(z10.VnS(), z9.VnB(), z0.VnB(), 0); in TEST()
|
Completed in 83 milliseconds