/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 292 __ udot(z1.VnS(), z18.VnB(), z1.VnB(), 1); in TEST() 295 __ udot(z8.VnD(), z2.VnH(), z8.VnH(), 1); in TEST() 298 __ udot(z28.VnD(), z28.VnH(), z7.VnH(), 1); in TEST() 301 __ udot(z21.VnD(), z21.VnH(), z11.VnH()); in TEST() 304 __ udot(z1.VnD(), z10.VnH(), z1.VnH()); in TEST() 307 __ udot(z8.VnS(), z8.VnB(), z0.VnB(), 1); in TEST() 1212 __ udot(z4.VnD(), z15.VnH(), z7.VnH(), 1); in TEST() 1215 __ udot(z29.VnD(), z2.VnH(), z17.VnH()); in TEST() 1218 __ udot(z7.VnS(), z14.VnB(), z1.VnB(), 1); in TEST() 1630 __ udot(z2 in TEST() [all...] |
H A D | test-simulator-aarch64.cc | 4661 DEFINE_TEST_NEON_3DIFF_DOUBLE_WIDE(udot, Basic) 4982 DEFINE_TEST_NEON_BYELEMENT_DOT_PRODUCT(udot, Basic, Basic, Basic)
|
H A D | test-cpu-features-aarch64.cc | 3568 TEST_NEON_DOTPRODUCT(udot_0, udot(v0.V2S(), v1.V8B(), v2.S4B(), 0)) 3569 TEST_NEON_DOTPRODUCT(udot_1, udot(v0.V4S(), v1.V16B(), v2.S4B(), 1)) 3570 TEST_NEON_DOTPRODUCT(udot_2, udot(v0.V2S(), v1.V8B(), v2.V8B())) 3571 TEST_NEON_DOTPRODUCT(udot_3, udot(v0.V4S(), v1.V16B(), v2.V16B()))
|
H A D | test-disasm-sve-aarch64.cc | 2856 COMPARE(udot(z23.VnS(), z22.VnB(), z11.VnB()), "udot z23.s, z22.b, z11.b"); in TEST() 2857 COMPARE(udot(z21.VnD(), z27.VnH(), z27.VnH()), "udot z21.d, z27.h, z27.h"); in TEST() 2882 "udot z0.d, z2.h, z4.h"); in TEST() 2885 "udot z31.s, z3.b, z5.b\n" in TEST() 2889 "udot z31.d, z6.h, z4.h\n" in TEST() 2893 "udot z6.s, z8.b, z9.b"); in TEST() 2895 "udot z5.s, z5.b, z5.b"); in TEST() 5384 COMPARE(udot(z2 in TEST() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1807 V(Udot, udot, FourRegDestructiveHelper) \ 1906 SVEDotIndexHelper(&Assembler::udot, zd, za, zn, zm, index); in Udot()
|
H A D | assembler-aarch64.h | 3394 void udot(const VRegister& vd, const VRegister& vn, const VRegister& vm); 3441 void udot(const VRegister& vd, 5712 void udot(const ZRegister& zda, 5718 void udot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm);
|
H A D | simulator-aarch64.cc | 7682 udot(vf, rd, rn, rm); in Simulator() 8114 udot(vform, rd, rn, temp); in Simulator() 11620 udot(vform, zda, zn, zm); in Simulator() 13085 udot(vform, zda, zn, temp); in Simulator()
|
H A D | simulator-aarch64.h | 4347 LogicVRegister udot(VectorFormat vform,
|
H A D | assembler-aarch64.cc | 4383 void Assembler::udot(const VRegister& vd, 4703 void Assembler::udot(const VRegister& vd,
|
H A D | assembler-sve-aarch64.cc | 3242 void Assembler::udot(const ZRegister& zda, in udot() function in vixl::aarch64::Assembler 5351 void Assembler::udot(const ZRegister& zda, in udot() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 2931 V(udot, Udot) \ 3121 V(udot, Udot) \
|
H A D | logic-aarch64.cc | 4027 LogicVRegister Simulator::udot(VectorFormat vform,
|