qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 42/57] tcg/tci: Split out tcg_out_op_r[iI]


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 42/57] tcg/tci: Split out tcg_out_op_r[iI]
Date: Wed, 17 Mar 2021 18:15:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 3/17/21 4:59 AM, Richard Henderson wrote:
> On 3/16/21 5:39 PM, Philippe Mathieu-Daudé wrote:
>> "And support mov_i64 on 32-bit host"?
> 
> Um, no...
> 
>>> +    case TCG_TYPE_I32:
>>> +        tcg_out_op_ri(s, INDEX_op_tci_movi_i32, ret, arg);
>>> +        break;
>>>   #if TCG_TARGET_REG_BITS == 64
>>> +    case TCG_TYPE_I64:
>>> +        tcg_out_op_rI(s, INDEX_op_tci_movi_i64, ret, arg);
>>> +        break;
>>>   #endif
>>> +    default:
>>> +        g_assert_not_reached();
> 
> ... aborting if it happens.

Oh indeed. All good then.



reply via email to

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