OSDN Git Service

target/mips: Use 8-byte memory ops for msa load/store
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Jul 2021 20:15:44 +0000 (10:15 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 15:42:49 +0000 (08:42 -0700)
commit68ad9260e099da7c6345140d1da1811285e05757
tree53aeabf22049e738f57aa542d9432cadc4038eee
parent948f88661c68307162dc4241144d87dc7772ca8d
target/mips: Use 8-byte memory ops for msa load/store

Rather than use 4-16 separate operations, use 2 operations
plus some byte reordering as necessary.

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