commit | 0cabaef3ed13697e2da0ceb18b3da9e21d0b4d83 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 06 18:06:15 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 07 08:33:52 2023 -0700 |
tree | 31d49f73e8813ef90fdcec546b3362841b6afed5 | |
parent | ab64da79774060450046ce8c800eef000024dc8c [diff] |
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>