]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Use cpu_*_data_ra for msa load/store
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Jul 2021 18:57:05 +0000 (08:57 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 15:41:49 +0000 (08:41 -0700)
commit948f88661c68307162dc4241144d87dc7772ca8d
tree7d5c137e71707723a517a1936a00947dc7160c6f
parentb4c8f3d4dddcb6e547e1ba318f60ae9566743db1
target/mips: Use cpu_*_data_ra for msa load/store

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.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/msa_helper.c