Il gio 11 dic 2025, 19:46 Richard Henderson <[email protected]> ha scritto:
> On 12/10/25 07:16, Paolo Bonzini wrote: > > +psz_b: > > + shift += 8; > > +psz_w: > > + shift += 16; > > +psz_l: > > +#ifdef TARGET_X86_64 > > + shift += 32; > > +psz_q: > > +#endif > > Oof. Use cc_op_size instead of a set of gotos. > I was so proud :) I will check what the code produced with cc_op_size looks like. Paolo
