On 13/01/2015 19:48, Eduardo Habkost wrote: >> > if (b1 & 1) { >> > - gen_stq_env_A0(s, offsetof(CPUX86State, xmm_regs[reg])); >> > + gen_stq_env_A0(s, offsetof(CPUX86State, >> > + xmm_regs[reg].XMM_Q(0))); > Do we have (or will patch 4/4 introduce) the same bug on the > tcg_gen_addi_ptr() calls that don't use the XMM_Q macro?
No, they all call into helpers that use the XMM_Q macro themselves. Paolo