Re: [Qemu-devel] [PATCH v2 07/12] tests/tcg/mips: Test R5900 three-operand MADD1

2018-12-27 Thread Aleksandar Markovic
> From: Fredrik Noring > Subject: [PATCH v2 07/12] tests/tcg/mips: Test R5900 three-operand MADD1 Reviewed-by: Aleksandar Markovic This patch is selected for integration in the next MIPS pull request scheduled shortly.

[Qemu-devel] [PATCH v2 07/12] tests/tcg/mips: Test R5900 three-operand MADD1

2018-11-01 Thread Fredrik Noring
Signed-off-by: Fredrik Noring --- tests/tcg/mips/mipsr5900/madd.c | 43 + 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/tests/tcg/mips/mipsr5900/madd.c b/tests/tcg/mips/mipsr5900/madd.c index 9ad2ea6dbb..f6f215e1c3 100644 ---