On 7/29/21 2:46 AM, Richard Henderson wrote: > We should not have been using the helper_ret_* set of > functions, as they are supposed to be private to tcg. > Nor should we have been using the plain cpu_*_data set > of functions, as they do not handle unwinding properly. > > Cc: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/mips/tcg/msa_helper.c | 420 +++++++++++------------------------ > 1 file changed, 135 insertions(+), 285 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>