qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 29/93] tcg/tci: Remove TCG_CONST


From: Richard Henderson
Subject: Re: [PATCH v2 29/93] tcg/tci: Remove TCG_CONST
Date: Thu, 4 Feb 2021 07:52:02 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 2/4/21 5:39 AM, Alex Bennée wrote:
> 
> Richard Henderson <richard.henderson@linaro.org> writes:
> 
>> Only allow registers or constants, but not both, in any
>> given position.
> 
> Aren't we switching to all registers (there are no more _i functions
> after this)? I guess you mean the registers can have constants in them?

Ah, bad wording.  I think I was thinking of movi, which would be r,i if it
actually existed in this list (which it doesn't).

Better as

  Restrict all operands to registers.  All constants will be
  forced into registers by the middle-end.

?


r~



reply via email to

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