OSDN Git Service

tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 31 Jan 2021 19:16:45 +0000 (09:16 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Mar 2021 13:24:44 +0000 (07:24 -0600)
commit00e338faa0cc26c861e2d7b1b5116f2c76574045
treec59c5231c24cc0a9ebb1c0aeef1c92b474c32e37
parent79dd3a4f59e88129e6887ac970f2ed794504e5d7
tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits

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.

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