qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-s390x: Add Extract PSW instruction


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] target-s390x: Add Extract PSW instruction
Date: Fri, 19 Dec 2014 15:15:46 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

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~



reply via email to

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