Re: [PATCH v5 03/57] tcg/tci: Split out tci_args_rrs

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > Begin splitting out functions that do pure argument decode, > without actually loading values from the register set. > > This means that decoding need not concern itself between > input and output registers. We can assert that the register > number

[PATCH v5 03/57] tcg/tci: Split out tci_args_rrs

2021-03-11 Thread Richard Henderson
Begin splitting out functions that do pure argument decode, without actually loading values from the register set. This means that decoding need not concern itself between input and output registers. We can assert that the register number is in range during decode, so that it is safe to simply