On 5/12/20 6:51 AM, Peter Maydell wrote:
>> +        tcg_gen_gvec_dup_imm(vece, rd_ofs, opr_sz, max_sz, 0);
> 
> Knew I'd forgotten a review comment -- should this "dup_imm to clear
> to zeroes" be using a fixed element size rather than 'vece' to avoid
> the "dup_imm doesn't handle 128 bits" issue? (Similarly elsewhere.)


No, because here we cannot have 128-bit elements (not 128-bit vectors).


r~

Reply via email to