On 9 August 2018 at 05:22, Richard Henderson <[email protected]> wrote: > There is quite a lot of code required to compute cpu_mem_index, > or even put together the full TCGMemOpIdx. This can easily be > done at translation time. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/internals.h | 5 ++ > target/arm/sve_helper.c | 138 +++++++++++++++++++------------------ > target/arm/translate-sve.c | 67 +++++++++++------- > 3 files changed, 121 insertions(+), 89 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
