Searched refs:cdot (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1940 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 D | assembler-aarch64.h | 5964 void cdot(const ZRegister& zda, 5971 void cdot(const ZRegister& zda,
|
H A D | simulator-aarch64.h | 4355 LogicVRegister cdot(VectorFormat vform,
|
H A D | assembler-sve-aarch64.cc | 6825 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 D | logic-aarch64.cc | 4041 LogicVRegister Simulator::cdot(VectorFormat vform,
|
H A D | simulator-aarch64.cc | 3335 cdot(vform, zda, zda, zn, (index >= 0) ? temp : zm, rot); in Simulator()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 1992 __ 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