Lines Matching refs:zda

2253   SimVRegister& zda = ReadVRegister(instr->GetRd());
2269 mla(vform, zda, zda, zn, temp);
2271 mls(vform, zda, zda, zn, temp);
2957 SimVRegister& zda = ReadVRegister(instr->GetRd());
3005 sqrdmlah(vform, zda, zn, (index >= 0) ? zm_idx : zm);
3007 sqrdmlsh(vform, zda, zn, (index >= 0) ? zm_idx : zm);
3012 SimVRegister& zda = ReadVRegister(instr->GetRd());
3025 sqdmlal(kFormatVnD, zda, zn_b, zm_idx);
3028 sqdmlal(kFormatVnD, zda, zn_t, zm_idx);
3031 sqdmlsl(kFormatVnD, zda, zn_b, zm_idx);
3034 sqdmlsl(kFormatVnD, zda, zn_t, zm_idx);
3042 SimVRegister& zda = ReadVRegister(instr->GetRd());
3054 fmlal(kFormatVnS, zda, zn_b, zm_b);
3057 fmlal(kFormatVnS, zda, zn_t, zm_t);
3060 fmlsl(kFormatVnS, zda, zn_b, zm_b);
3063 fmlsl(kFormatVnS, zda, zn_t, zm_t);
3071 SimVRegister& zda = ReadVRegister(instr->GetRd());
3084 fmlal(kFormatVnS, zda, zn_b, zm_idx);
3087 fmlal(kFormatVnS, zda, zn_t, zm_idx);
3090 fmlsl(kFormatVnS, zda, zn_b, zm_idx);
3093 fmlsl(kFormatVnS, zda, zn_t, zm_idx);
3096 sqdmlal(kFormatVnS, zda, zn_b, zm_idx);
3099 sqdmlal(kFormatVnS, zda, zn_t, zm_idx);
3102 sqdmlsl(kFormatVnS, zda, zn_b, zm_idx);
3105 sqdmlsl(kFormatVnS, zda, zn_t, zm_idx);
3115 SimVRegister& zda = ReadVRegister(instr->GetRd());
3129 mov_merging(vform, zda, pg, result);
3134 SimVRegister& zda = ReadVRegister(instr->GetRd());
3143 adcl(vform, zda, zn, zm, /* top = */ false);
3146 adcl(vform, zda, zn, zm, /* top = */ true);
3149 adcl(vform, zda, not_zn, zm, /* top = */ false);
3152 adcl(vform, zda, not_zn, zm, /* top = */ true);
3161 SimVRegister& zda = ReadVRegister(instr->GetRd());
3167 saba(vform, zda, zn, zm);
3170 uaba(vform, zda, zn, zm);
3178 SimVRegister& zda = ReadVRegister(instr->GetRd());
3193 cmla(vform, zda, zda, zn, zm, rot);
3196 cmla(kFormatVnH, zda, zda, zn, zm_h, idx_h, rot);
3199 cmla(kFormatVnS, zda, zda, zn, zm_s, idx_s, rot);
3202 sqrdcmlah(vform, zda, zda, zn, zm, rot);
3205 sqrdcmlah(kFormatVnH, zda, zda, zn, zm_h, idx_h, rot);
3208 sqrdcmlah(kFormatVnS, zda, zda, zn, zm_s, idx_s, rot);
3247 SimVRegister& zda = ReadVRegister(instr->GetRd());
3262 smlal(vform, zda, zn_b, zm_b);
3265 smlal(vform, zda, zn_t, zm_t);
3268 smlsl(vform, zda, zn_b, zm_b);
3271 smlsl(vform, zda, zn_t, zm_t);
3274 sqdmlal(vform, zda, zn_b, zm_b);
3277 sqdmlal(vform, zda, zn_b, zm_t);
3280 sqdmlal(vform, zda, zn_t, zm_t);
3283 sqdmlsl(vform, zda, zn_b, zm_b);
3286 sqdmlsl(vform, zda, zn_b, zm_t);
3289 sqdmlsl(vform, zda, zn_t, zm_t);
3292 umlal(vform, zda, zn_b, zm_b);
3295 umlal(vform, zda, zn_t, zm_t);
3298 umlsl(vform, zda, zn_b, zm_b);
3301 umlsl(vform, zda, zn_t, zm_t);
3310 SimVRegister& zda = ReadVRegister(instr->GetRd());
3335 cdot(vform, zda, zda, zn, (index >= 0) ? temp : zm, rot);
10458 SimVRegister& zda = ReadVRegister(instr->GetRd());
10468 fcmla(vform, result, zn, zm, zda, rot);
10474 mov_merging(vform, zda, pg, result);
10478 SimVRegister& zda = ReadVRegister(instr->GetRd());
10506 fcmla(vform, zda, zn, temp, zda, rot);
10598 // zda = zda + zn * zm
10602 // zda = -zda + -zn * zm
10607 // zda = zda + -zn * zm
10611 // zda = -zda + zn * zm
11611 SimVRegister& zda = ReadVRegister(instr->GetRd());
11617 sdot(vform, zda, zn, zm);
11620 udot(vform, zda, zn, zm);
11623 usdot(vform, zda, zn, zm);
13069 SimVRegister& zda = ReadVRegister(instr->GetRd());
13081 sdot(vform, zda, zn, temp);
13085 udot(vform, zda, zn, temp);
13088 usdot(vform, zda, temp, zn);
13091 usdot(vform, zda, zn, temp);