Re: [PATCH v5 17/57] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > We are currently using the "natural" size routine, which > uses 64-bits on a 64-bit host. The TCGMemOpIdx operand > has 11 bits, so we can safely reduce to 32-bits. > > Signed-off-by: Richard Henderson > --- > tcg/tci.c| 8

[PATCH v5 17/57] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits

2021-03-11 Thread Richard Henderson
We are currently using the "natural" size routine, which uses 64-bits on a 64-bit host. The TCGMemOpIdx operand has 11 bits, so we can safely reduce to 32-bits. Signed-off-by: Richard Henderson --- tcg/tci.c| 8 tcg/tci/tcg-target.c.inc | 4 ++-- 2 files changed, 6 inse