Re: [PATCH 02/37] target/i386: make ldo/sto operations consistent with ldq

2022-09-12 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: 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. Signed-off-by: Paolo Bonzini --- target/i

[PATCH 02/37] target/i386: make ldo/sto operations consistent with ldq

2022-09-11 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 44 +