Searched refs:reg_max (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 5867 intptr_t reg_max, int esz) in find_next_active() argument 5881 if (unlikely(reg_off >= reg_max)) { in find_next_active() 5883 return reg_max; in find_next_active() 5891 tcg_debug_assert(reg_off < reg_max); in find_next_active() 5956 intptr_t reg_max, int esz, int msize) in sve_cont_ldst_elements() argument 5979 } while (++i * 64 < reg_max); in sve_cont_ldst_elements() 5985 tcg_debug_assert(reg_off_last >= 0 && reg_off_last < reg_max); in sve_cont_ldst_elements() 6033 reg_off_split = find_next_active(vg, reg_off_split, reg_max, esz); in sve_cont_ldst_elements() 6224 const intptr_t reg_max = simd_oprsz(desc); in sve_ldN_r() local 6231 if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, N << msz)) { in sve_ldN_r() [all …]
|
| H A D | sve_ldst_internal.h | 283 intptr_t reg_max, int esz, int msize);
|
| H A D | sme_helper.c | 540 const intptr_t reg_max = simd_oprsz(desc); in DO_LD() local 548 if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, esize)) { in DO_LD() 550 clr_fn(za, 0, reg_max); in DO_LD() 602 cpy_fn(za, &scratch, reg_max); in DO_LD() 614 memset(za, 0, reg_max); in DO_LD() 742 const intptr_t reg_max = simd_oprsz(desc); in DO_LD() local 750 if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, esize)) { in DO_LD()
|