tcg/i386: Mark Win64 call-saved vector regs as reserved
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Nov 2022 21:39:26 +0000 (08:39 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commit6b258e74aa68695b1448fec0ef15cee75b8b6f24
treed12588e142ac3feae4ce8890c26e6e5e58c890fa
parent5d133dd839e80e48702916b629c8b396e28611c8
tcg/i386: Mark Win64 call-saved vector regs as reserved

While we do not include these in tcg_target_reg_alloc_order,
and therefore they ought never be allocated, it seems safer
to mark them reserved as well.

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