Home
last modified time | relevance | path

Searched refs:cdot (Results 1 - 7 of 7) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc1940 cdot(ztmp, zn, zm, index, rot); in Cdot()
1945 cdot(zd, zn, zm, index, rot); in Cdot()
1960 cdot(zd, (zd.Aliases(zn) ? ztmp : zn), (zd.Aliases(zm) ? ztmp : zm), rot); in Cdot()
1963 cdot(zd, zn, zm, rot); in Cdot()
H A Dassembler-aarch64.h5964 void cdot(const ZRegister& zda,
5971 void cdot(const ZRegister& zda,
H A Dsimulator-aarch64.h4355 LogicVRegister cdot(VectorFormat vform,
H A 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
H A Dlogic-aarch64.cc4041 LogicVRegister Simulator::cdot(VectorFormat vform,
H A Dsimulator-aarch64.cc3335 cdot(vform, zda, zda, zn, (index >= 0) ? temp : zm, rot); in Simulator()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc1992 __ cdot(z7.VnS(), z4.VnB(), z10.VnB(), 0); in TEST()
1995 __ cdot(z7.VnS(), z4.VnB(), z0.VnB(), 0, 0); in TEST()
1998 __ cdot(z7.VnD(), z4.VnH(), z0.VnH(), 0, 0); in TEST()
2856 __ cdot(z7.VnS(), z4.VnB(), z10.VnB(), 0); in TEST()
2859 __ cdot(z7.VnS(), z4.VnB(), z0.VnB(), 0, 0); in TEST()
2862 __ cdot(z7.VnD(), z4.VnH(), z0.VnH(), 0, 0); in TEST()
3182 __ cdot(z7.VnS(), z4.VnB(), z7.VnB(), 0); in TEST()
3185 __ cdot(z7.VnS(), z4.VnB(), z7.VnB(), 0, 0); in TEST()
3188 __ cdot(z7.VnD(), z7.VnH(), z0.VnH(), 0, 0); in TEST()

Completed in 58 milliseconds