qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/7] target/ppc: Use tcg_gen_gvec_dup_imm


From: Richard Henderson
Subject: Re: [PATCH 3/7] target/ppc: Use tcg_gen_gvec_dup_imm
Date: Tue, 21 Apr 2020 10:50:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/20/20 3:34 AM, Alex Bennée wrote:
>> +GEN_VXFORM_VSPLTI(vspltisb, MO_8, 6, 12);
>> +GEN_VXFORM_VSPLTI(vspltish, MO_16, 6, 13);
>> +GEN_VXFORM_VSPLTI(vspltisw, MO_32, 6, 14);
> 
> There are unused parameters opc2/opc3 parameters here.

Yes, but all of the other GEN_* macros retain them as well.
Without looking at the actual history, I'd say once upon a time they were
actually used, but we've now split opcode from implementation.

> With the removed extra unused macro params:
> 
> Reviewed-by: Alex Bennée <address@hidden>

I wouldn't do that without David's approval.  And possibly stripping out the
opcodes everywhere else.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]