Searched refs:zm_inputs (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 443 int zm_inputs[] = {9, -5, 4, 5}; in MlaMlsHelper() local 454 InsrHelper(&masm, zm, zm_inputs); in MlaMlsHelper() 511 ASSERT_EQUAL_SVE(zm_inputs, z3.WithLaneSize(lane_size_in_bits)); in MlaMlsHelper() 522 int mla_dm_expected[] = {zm_inputs[0], mla[1], mla[2], mla[3]}; in MlaMlsHelper() 534 int mls_dm_expected[] = {zm_inputs[0], mls[1], mls[2], mls[3]}; in MlaMlsHelper() 4544 const Tn& zm_inputs, in IntBinArithHelper() argument 4552 InsrHelper(&masm, src_b, zm_inputs); in IntBinArithHelper() 5105 const T& zm_inputs, in IntArithHelper() argument 5113 InsrHelper(&masm, zm, zm_inputs); in IntArithHelper() 11671 const T (&zm_inputs)[N], in SdotUdotHelper() [all …]
|