[Qemu-devel] [PATCH v2] target-tilegx: Implement v2mults instruction

2015-10-04 Thread Chen Gang
>From 298aa5e9be6373fea7b30236bd3e90352c6e693a Mon Sep 17 00:00:00 2001 From: Chen Gang Date: Sat, 3 Oct 2015 10:42:01 +0800 Subject: [PATCH v2] target-tilegx: Implement v2mults instruction Just according to v1multu instruction implementation. Signed-off-by: Chen Gang ---  target-tilegx/helper.

[Qemu-devel] [PATCH v2] target-tilegx: Implement v2mults instruction

2015-10-04 Thread gang . chen . 5i5j
From: Chen Gang Just according to v1multu instruction implementation. Signed-off-by: Chen Gang --- target-tilegx/helper.h | 1 + target-tilegx/simd_helper.c | 13 + target-tilegx/translate.c | 4 3 files changed, 18 insertions(+) diff --git a/target-tilegx/helper.h b