Re: [PATCH] Fix incorrect disassembly format for certain RISC-V instructions

2024-06-03 Thread Alistair Francis
On Wed, Apr 3, 2024 at 7:16 PM Simeon Krastnikov wrote: > > * The immediate argument to lui/auipc should be an integer in the interval > [0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1' > * The floating-point rounding mode is the last operand to the function, > not the first; e.g., 'fcv

Re: [PATCH] Fix incorrect disassembly format for certain RISC-V instructions

2024-04-24 Thread Michael Tokarev
03.04.2024 12:14, Simeon Krastnikov wrote: * The immediate argument to lui/auipc should be an integer in the interval [0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1' * The floating-point rounding mode is the last operand to the function, not the first; e.g., 'fcvt.w.s a0, fa0, rtz'

[PATCH] Fix incorrect disassembly format for certain RISC-V instructions

2024-04-03 Thread Simeon Krastnikov
* The immediate argument to lui/auipc should be an integer in the interval [0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1' * The floating-point rounding mode is the last operand to the function, not the first; e.g., 'fcvt.w.s a0, fa0, rtz' and not 'fcvt.w.s rtz, a0, fa0'. Note that fcvt

Re: [PATCH] Fix incorrect disassembly format for certain RISC-V instructions

2024-04-03 Thread Philippe Mathieu-Daudé
Hi Simeon, On 3/4/24 07:14, Michael Tokarev wrote: 02.04.2024 15:47, Simeon Krastnikov: [Content-Type: text/html] Your patch is html-damaged.  There's probably a way to extract the text/plain version of it but it's better if you re-send it without html. You can find tips on how to post pat

Re: [PATCH] Fix incorrect disassembly format for certain RISC-V instructions

2024-04-02 Thread Michael Tokarev
02.04.2024 15:47, Simeon Krastnikov: [Content-Type: text/html] Your patch is html-damaged. There's probably a way to extract the text/plain version of it but it's better if you re-send it without html. Not saying anything about the changes though. Thanks, /mjt

[PATCH] Fix incorrect disassembly format for certain RISC-V instructions

2024-04-02 Thread Simeon Krastnikov
* The immediate argument to lui/auipc should be an integer in the interval [0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1' * The floating-point rounding mode is the last operand to the function, not the first; e.g., 'fcvt.w.s a0, fa0, rtz' and not 'fcvt.w.s rtz, a0, fa0'. Note that fcvt.