/external/vixl/src/aarch64/ |
D | macro-assembler-sve-aarch64.cc | 1840 V(Usdot, usdot, FourRegDestructiveHelper) 1922 SVEDotIndexHelper(&Assembler::usdot, zd, za, zn, zm, index); in Usdot()
|
D | assembler-aarch64.h | 3371 void usdot(const VRegister& vd, const VRegister& vn, const VRegister& vm); 3380 void usdot(const VRegister& vd, 6890 void usdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm); 6893 void usdot(const ZRegister& zda,
|
D | simulator-aarch64.cc | 7421 usdot(vf, rd, rn, rm); in VisitNEON3SameExtra() 7853 usdot(vform, rd, temp, rn); in SimulateNEONDotProdByElement() 7856 usdot(vform, rd, rn, temp); in SimulateNEONDotProdByElement() 11354 usdot(vform, zda, zn, zm); in VisitSVEIntMulAddUnpredicated() 12807 usdot(vform, zda, temp, zn); in VisitSVEMulIndex() 12810 usdot(vform, zda, zn, temp); in VisitSVEMulIndex()
|
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
|
D | simulator-aarch64.h | 3951 LogicVRegister usdot(VectorFormat vform,
|
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
|
D | macro-assembler-aarch64.h | 2823 V(usdot, Usdot) 2977 V(usdot, Usdot)
|
D | logic-aarch64.cc | 4016 LogicVRegister Simulator::usdot(VectorFormat vform, in usdot() function in vixl::aarch64::Simulator
|
/external/vixl/test/aarch64/ |
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
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 6168 void usdot(const VRegister& vd, const VRegister& vn, const VRegister& vm) 6175 void usdot(const VRegister& vd, 12102 void usdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm) 12109 void usdot(const ZRegister& zda,
|