On 27 June 2018 at 05:33, Richard Henderson <richard.hender...@linaro.org> wrote: > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > > --- > v6: > * Finish esz == msz && u==1 decode in sve.decode. > * Remove duplicate decode in trans_ST1_zprz. > * Add xs=2 comment. > * Reformat tables to leave room for ff helpers. > --- > target/arm/helper-sve.h | 67 +++++++++++++++++++++++++ > target/arm/sve_helper.c | 77 ++++++++++++++++++++++++++++ > target/arm/translate-sve.c | 100 +++++++++++++++++++++++++++++++++++++ > target/arm/sve.decode | 57 +++++++++++++++++++++ > 4 files changed, 301 insertions(+) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM