On 10/3/21 10:17 AM, Philippe Mathieu-Daudé wrote:
The mask of the Byte-Reverse Halfword opcode is a read-only constant. We can avoid using a TCG temporary by moving the mask to the constant pool.Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- target/ppc/translate.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~