On 6/7/21 9:58 AM, Peter Maydell wrote:
Implement the MVE VQDMLSDH and VQRDMLSDH insns, which are
like VQDMLADH and VQRDMLADH except that products are subtracted
rather than added.
Signed-off-by: Peter Maydell
---
target/arm/helper-mve.h| 16 ++
target/arm/mve.decode | 5
Implement the MVE VQDMLSDH and VQRDMLSDH insns, which are
like VQDMLADH and VQRDMLADH except that products are subtracted
rather than added.
Signed-off-by: Peter Maydell
---
target/arm/helper-mve.h| 16 ++
target/arm/mve.decode | 5 +
target/arm/mve_helper.c| 44 +++