On 6/6/19 12:45 PM, Peter Maydell wrote: > Convert the VMINNM and VMAXNM instructions to decodetree. > As with VSEL, we leave the trans_VMINMAXNM() function > in translate.c for the moment. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate.c | 41 ++++++++++++++++++++++++------------ > target/arm/vfp-uncond.decode | 5 +++++ > 2 files changed, 33 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~