On 05.06.2011, at 15:33, Nathan Whitehorn wrote:
> On 06/05/11 04:00, Alexander Graf wrote:
>> On 04.06.2011, at 21:28, Nathan Whitehorn wrote:
>>
>>> On 05/31/11 12:40, Richard Henderson wrote:
On 05/31/2011 07:56 AM, Nathan Whitehorn wrote:
> #if defined(TARGET_PPC64)
> -
On 06/05/11 08:33, Nathan Whitehorn wrote:
On 06/05/11 04:00, Alexander Graf wrote:
On 04.06.2011, at 21:28, Nathan Whitehorn wrote:
On 05/31/11 12:40, Richard Henderson wrote:
On 05/31/2011 07:56 AM, Nathan Whitehorn wrote:
#if defined(TARGET_PPC64)
-if (!ctx->sf_mode) {
On 06/05/11 04:00, Alexander Graf wrote:
On 04.06.2011, at 21:28, Nathan Whitehorn wrote:
On 05/31/11 12:40, Richard Henderson wrote:
On 05/31/2011 07:56 AM, Nathan Whitehorn wrote:
#if defined(TARGET_PPC64)
-if (!ctx->sf_mode) {
TCGv t0 = tcg_temp_new();
On 04.06.2011, at 21:28, Nathan Whitehorn wrote:
> On 05/31/11 12:40, Richard Henderson wrote:
>> On 05/31/2011 07:56 AM, Nathan Whitehorn wrote:
>>> #if defined(TARGET_PPC64)
>>> -if (!ctx->sf_mode) {
>>> TCGv t0 = tcg_temp_new();
>>> TCGv t1 = tcg_temp_new();
On 05/31/11 12:40, Richard Henderson wrote:
On 05/31/2011 07:56 AM, Nathan Whitehorn wrote:
#if defined(TARGET_PPC64)
-if (!ctx->sf_mode) {
TCGv t0 = tcg_temp_new();
TCGv t1 = tcg_temp_new();
You're removing a scope in which these variables were defined.
Th
On 05/31/2011 07:56 AM, Nathan Whitehorn wrote:
> #if defined(TARGET_PPC64)
> -if (!ctx->sf_mode) {
> TCGv t0 = tcg_temp_new();
> TCGv t1 = tcg_temp_new();
You're removing a scope in which these variables were defined.
That seems wrong, at minimum.
r~
On 31.05.2011, at 16:56, Nathan Whitehorn wrote:
> The mtmsr instruction is required not to modify the upper 32-bits of the
> machine state register, but checks the current value of MSR[SF] to decide
> whether to do this. This has the effect of zeroing the upper 32 bits of the
> MSR whenever m
The mtmsr instruction is required not to modify the upper 32-bits of the
machine state register, but checks the current value of MSR[SF] to
decide whether to do this. This has the effect of zeroing the upper 32
bits of the MSR whenever mtmsr is executed in 64-bit mode.
Unconditionally preserve