Home
last modified time | relevance | path

Searched defs:cdot (Results 1 – 3 of 3) sorted by relevance

/external/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc1989 __ cdot(z7.VnS(), z4.VnB(), z10.VnB(), 0); in TEST() local
1992 __ cdot(z7.VnS(), z4.VnB(), z0.VnB(), 0, 0); in TEST() local
1995 __ cdot(z7.VnD(), z4.VnH(), z0.VnH(), 0, 0); in TEST() local
2850 __ cdot(z7.VnS(), z4.VnB(), z10.VnB(), 0); in TEST() local
2853 __ cdot(z7.VnS(), z4.VnB(), z0.VnB(), 0, 0); in TEST() local
2856 __ cdot(z7.VnD(), z4.VnH(), z0.VnH(), 0, 0); in TEST() local
3176 __ cdot(z7.VnS(), z4.VnB(), z7.VnB(), 0); in TEST() local
3179 __ cdot(z7.VnS(), z4.VnB(), z7.VnB(), 0, 0); in TEST() local
3182 __ cdot(z7.VnD(), z7.VnH(), z0.VnH(), 0, 0); in TEST() local
/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc6825 void Assembler::cdot(const ZRegister& zda, in cdot() function in vixl::aarch64::Assembler
6857 void Assembler::cdot(const ZRegister& zda, in cdot() function in vixl::aarch64::Assembler
Dlogic-aarch64.cc4023 LogicVRegister Simulator::cdot(VectorFormat vform, in cdot() function in vixl::aarch64::Simulator