On 6/6/19 12:46 PM, Peter Maydell wrote: > Convert the VCVT (between floating-point and fixed-point) instructions > to decodetree. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-vfp.inc.c | 124 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 57 +-------------- > target/arm/vfp.decode | 10 +++ > 3 files changed, 136 insertions(+), 55 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~