Searched defs:cmla (Results 1 – 3 of 3) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-api-movprfx-aarch64.cc | 1998 __ cmla(z19.VnB(), z7.VnB(), z2.VnB(), 0); in TEST() local 2001 __ cmla(z19.VnS(), z7.VnS(), z2.VnS(), 0, 0); in TEST() local 2004 __ cmla(z19.VnH(), z7.VnH(), z2.VnH(), 0, 0); in TEST() local 2859 __ cmla(z19.VnB(), z7.VnB(), z2.VnB(), 0); in TEST() local 2862 __ cmla(z19.VnS(), z7.VnS(), z2.VnS(), 0, 0); in TEST() local 2865 __ cmla(z19.VnH(), z7.VnH(), z2.VnH(), 0, 0); in TEST() local 3185 __ cmla(z19.VnB(), z19.VnB(), z2.VnB(), 0); in TEST() local 3188 __ cmla(z19.VnS(), z19.VnS(), z2.VnS(), 0, 0); in TEST() local 3191 __ cmla(z1.VnH(), z7.VnH(), z1.VnH(), 0, 0); in TEST() local
|
/external/vixl/src/aarch64/ |
D | assembler-sve-aarch64.cc | 6875 void Assembler::cmla(const ZRegister& zda, in cmla() function in vixl::aarch64::Assembler 6893 void Assembler::cmla(const ZRegister& zda, in cmla() function in vixl::aarch64::Assembler
|
D | logic-aarch64.cc | 2739 LogicVRegister Simulator::cmla(VectorFormat vform, in cmla() function in vixl::aarch64::Simulator 2785 LogicVRegister Simulator::cmla(VectorFormat vform, in cmla() function in vixl::aarch64::Simulator
|