Re: [PATCH-for-6.2 4/5] target/mips: Convert Vr54xx MUL* 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: * MULHIMultiply and move HI * MULHIU Unsigned multiply and move HI * MULS Multiply, negate, and move LO * MULSHI Multiply, negate, and move HI *

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

2021-08-01 Thread Philippe Mathieu-Daudé
Convert the following Integer Multiply-Accumulate opcodes: * MULHIMultiply and move HI * MULHIU Unsigned multiply and move HI * MULS Multiply, negate, and move LO * MULSHI Multiply, negate, and move HI * MULSHIU Unsigned multiply, negate, and move HI * MULSU