On 8/24/20 7:29 AM, Peter Maydell wrote: > The fp16 extension includes a new instruction VMOVX, which copies the > upper 16 bits of a 32-bit source VFP register into the lower 16 > bits of the destination and zeroes the high half of the destination. > Implement it. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/vfp-uncond.decode | 3 +++ > target/arm/translate-vfp.c.inc | 25 +++++++++++++++++++++++++ > 2 files changed, 28 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~