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 is in range during decode, so that it is safe to > simply dereference from regs[] later. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci.c | 111 ++++++++++++++++++++++++++++++++---------------------- > 1 file changed, 67 insertions(+), 44 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>