On 6/6/19 12:46 PM, Peter Maydell wrote: > Convert the float-to-integer VCVT instructions to decodetree. > Since these are the last unconverted instructions, we can > delete the old decoder structure entirely now. > > Signed-off-by: Peter Maydell <[email protected]> > --- > target/arm/translate-vfp.inc.c | 72 ++++++++++ > target/arm/translate.c | 241 +-------------------------------- > target/arm/vfp.decode | 6 + > 3 files changed, 80 insertions(+), 239 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
