On 12/17/2014 10:17 AM, Bastian Koppelmann wrote: > + tcg_gen_andi_tl(regs[r1], regs[r1], ~0xffffffffull); > + tcg_gen_or_tl(regs[r1], regs[r1], tmp);
This is store_reg32_i64. But just reminds me that I've got patches for 8 missing insns outstanding since September 2013, that got stalled on the representation of facilities for use by STFLE. I should resurrect those... r~