|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH 04/42] target/mips: Promote 128-bit multimedia registers as global ones |
Date: | Mon, 15 Feb 2021 08:14:09 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/14/21 9:58 AM, Philippe Mathieu-Daudé wrote: > +#if defined(TARGET_MIPS64) > +extern TCGv_i64 cpu_gpr_hi[32]; > +#endif Declaration needs to match... > +/* > + * For CPUs using 128-bit GPR registers, we put the lower halves in > cpu_gpr[]) > + * and the upper halves in cpu_gpr_hi[]. > + */ > +TCGv_i64 cpu_gpr_hi[32]; definition wrt ifdef. Otherwise, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |