Re: [PATCH-for-6.2 3/5] target/mips: Convert Vr54xx MACC* opcodes to decodetree

2021-08-02 Thread Philippe Mathieu-Daudé
On 8/2/21 9:50 PM, Richard Henderson wrote: > On 8/1/21 1:59 PM, Philippe Mathieu-Daudé wrote: >> Convert the following Integer Multiply-Accumulate opcodes: >> >>   * MACC Multiply, accumulate, and move LO >>   * MACCHI   Multiply, accumulate, and move HI >>   * MACCHIU  Unsigned mu

Re: [PATCH-for-6.2 3/5] target/mips: Convert Vr54xx MACC* opcodes to decodetree

2021-08-02 Thread Richard Henderson
On 8/1/21 1:59 PM, Philippe Mathieu-Daudé wrote: Convert the following Integer Multiply-Accumulate opcodes: * MACC Multiply, accumulate, and move LO * MACCHI Multiply, accumulate, and move HI * MACCHIU Unsigned multiply, accumulate, and move HI * MACCUUnsigned

[PATCH-for-6.2 3/5] target/mips: Convert Vr54xx MACC* opcodes to decodetree

2021-08-01 Thread Philippe Mathieu-Daudé
Convert the following Integer Multiply-Accumulate opcodes: * MACC Multiply, accumulate, and move LO * MACCHI Multiply, accumulate, and move HI * MACCHIU Unsigned multiply, accumulate, and move HI * MACCUUnsigned multiply, accumulate, and move LO Since all opcodes ar