Lines Matching defs:chunk_form
13540 VectorFormat chunk_form = instr->GetSVEVectorFormat();
13545 rbit(chunk_form, result, zn);
13548 VIXL_ASSERT((chunk_form == kFormatVnH) || (chunk_form == kFormatVnS) ||
13549 (chunk_form == kFormatVnD));
13553 VIXL_ASSERT((chunk_form == kFormatVnS) || (chunk_form == kFormatVnD));
13557 VIXL_ASSERT(chunk_form == kFormatVnD);
13567 switch (chunk_form) {
13582 mov_merging(chunk_form, zd, pg, result);