OSDN Git Service

tcg/tci: Adjust call-clobbered regs for int128_t
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 7 Jun 2023 01:06:15 +0000 (18:06 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 7 Jun 2023 15:33:52 +0000 (08:33 -0700)
commit0cabaef3ed13697e2da0ceb18b3da9e21d0b4d83
tree31d49f73e8813ef90fdcec546b3362841b6afed5
parentab64da79774060450046ce8c800eef000024dc8c
tcg/tci: Adjust call-clobbered regs for int128_t

We require either 2 or 4 registers to hold int128_t.
Failure to do so results in a register allocation assert.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci/tcg-target.c.inc