target/mips: Fix store adress of high 64bit in helper_msa_st_b()
commit857816a42b8436021c00d48ab71366aef561be3c
authorNi Hui <shuizhuyuanluo@126.com>
Wed, 4 May 2022 02:33:19 +0000 (4 10:33 +0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 09:34:12 +0000 (11 11:34 +0200)
tree68f9ff003c70998b2b7e1ea16ee0225d0e44ca50
parentead0bf0d3349522e9e496a2d3bfe344fafc584dc
target/mips: Fix store adress of high 64bit in helper_msa_st_b()

This patch fix the issue that helper_msa_st_b() write high 64bit
data to where the low 64bit resides, leaving high 64bit undefined.

Fixes: 68ad9260e0 ("target/mips: Use 8-byte memory ops for msa load/store")
Signed-off-by: Ni Hui <shuizhuyuanluo@126.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220504023319.12923-1-shuizhuyuanluo@126.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/msa_helper.c