On 6/6/19 12:45 PM, Peter Maydell wrote: > Convert the VFP VABS instruction to decodetree. > > Unlike the 3-op versions, we don't pass fpst to the VFPGen2OpSPFn or > VFPGen2OpDPFn because none of the operations which use this format > and support short vectors will need it. > > Signed-off-by: Peter Maydell <[email protected]> > --- > target/arm/translate-vfp.inc.c | 167 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 12 ++- > target/arm/vfp.decode | 5 + > 3 files changed, 180 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
