On 6/6/19 12:45 PM, Peter Maydell wrote: > Convert the VFP single load/store insns VLDR and VSTR to decodetree. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-vfp.inc.c | 73 ++++++++++++++++++++++++++++++++++ > target/arm/translate.c | 22 +--------- > target/arm/vfp.decode | 7 ++++ > 3 files changed, 82 insertions(+), 20 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~