On 07/19/2018 08:42 AM, Alex Bennée wrote: > In AdvSIMD we can only do 32x32 integer multiples although SVE is > capable of larger 64 bit multiples. As a result we can end up > generating invalid opcodes. Fix this by only reprting we can emit mul > vector ops if the size is small enough. > > Fixes a crash on: > > sve-all-short-v8.3+sve@vq3/insn_mul_z_zi___INC.risu.bin > > When running on AArch64 hardware. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tcg/aarch64/tcg-target.inc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Queued. Thanks, r~