[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-6.1?] target/mips: Remove MOVZ/MOVN opcodes from Loongson
From: |
Maciej W. Rozycki |
Subject: |
Re: [PATCH-for-6.1?] target/mips: Remove MOVZ/MOVN opcodes from Loongson 2E |
Date: |
Mon, 2 Aug 2021 18:29:38 +0200 (CEST) |
User-agent: |
Alpine 2.21 (DEB 202 2017-01-01) |
On Mon, 2 Aug 2021, Philippe Mathieu-Daudé wrote:
> > At least this trivial program:
> >
> > int main(void)
> > {
> > asm volatile(".set push; .set mips4; movn $0,$0,$0; .set pop");
> > return 0;
> > }
> >
> > does not trap on actual hardware.
>
> Thank you very much for your time and testing!
You're welcome! I'm glad to be of help.
Maciej