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

2019-01-14 Thread Aleksandar Markovic
On Monday, January 14, 2019, Fredrik Noring wrote: > Hi Aleksandar, > > > Awesome! > > > > I am especially happy with your choice of naming "mmr" (MultiMedia > > Registers) for these fieilds, since that is what they really are (and > they > > are certainly not "gprs"). Right on the money! > > Gre

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

2019-01-14 Thread Fredrik Noring
Hi Aleksandar, > Awesome! > > I am especially happy with your choice of naming "mmr" (MultiMedia > Registers) for these fieilds, since that is what they really are (and they > are certainly not "gprs"). Right on the money! Great, thanks! > > For HI1 and LO1 only? I'm asking since HI0 and LO0 ar

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

2019-01-13 Thread Aleksandar Markovic
On Sunday, January 13, 2019, Fredrik Noring wrote: > Hi Aleksandar, > > > - Suggestion: The next MIPS pull request is scehuled for Friday, > > Jan 18, 2018. It would be fantastic if you could prepare the > > following by Jan 14: > > > > * Add 32 TCGv_i64 registers that would represent higher ha

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

2019-01-13 Thread Fredrik Noring
Hi Aleksandar, > - Suggestion: The next MIPS pull request is scehuled for Friday, > Jan 18, 2018. It would be fantastic if you could prepare the > following by Jan 14: > > * Add 32 TCGv_i64 registers that would represent higher halves > of R5900 general purpose registers. Done! > * Add TC

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

2019-01-07 Thread Fredrik Noring
Hi Aleksandar, > Glad to see you back! Likewise! > Yes, one can say this is a step towards reenabling R5900 support. Great! > At this moment I have a question a suggestion for you: > > - Question: Do you have somewhere link to n32 R5900 toolchain, or > similar thing that would enable me to te

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

2019-01-04 Thread Aleksandar Markovic
> From: Fredrik Noring > Sent: Tuesday, January 1, 2019 7:27 PM > To: Aleksandar Markovic > Cc: Aurelien Jarno; Philippe Mathieu-Daudé; Jürgen Urban; Maciej W. Rozycki; > qemu-devel@nongnu.org > Subject: Re: [PATCH v2 09/12] tests/tcg/mips: Test R5900 three-operand MADDU1 > > Thanks Aleksandar! >

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

2019-01-01 Thread Fredrik Noring
Thanks Aleksandar! > > From: Fredrik Noring > > Subject: [PATCH v2 09/12] tests/tcg/mips: Test R5900 three-operand MADDU1 > > Reviewed-by: Aleksandar Markovic > > This patch is selected for integration in the next MIPS pull request > scheduled shortly. > > THANKS FOR ALL EFFORTS! Is this a

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

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

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

2018-11-01 Thread Fredrik Noring
Signed-off-by: Fredrik Noring --- tests/tcg/mips/mipsr5900/maddu.c | 37 ++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/tests/tcg/mips/mipsr5900/maddu.c b/tests/tcg/mips/mipsr5900/maddu.c index e4e552102d..30936fb2b4 100644 --- a/tests/tcg/mips/mip