target/i386: make ldo/sto operations consistent with ldq
commit12a2c9c72c86baa6840eb416877bf55b554153f3
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Sep 2022 09:32:31 +0000 (2 11:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:04 +0000 (18 13:58 +0200)
tree70cd148870f4033f0bba8858ee3940469010fa5c
parent75f107a8569fb968d1595dd631d96101a763a50a
target/i386: make ldo/sto operations consistent with ldq

ldq takes a pointer to the first byte to load the 64-bit word in;
ldo takes a pointer to the first byte of the ZMMReg.  Make them
consistent, which will be useful in the new SSE decoder's
load/writeback routines.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c