OSDN Git Service

tcg/tci: Remove the qemu_ld/st_type macros
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 May 2021 19:37:57 +0000 (12:37 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 18:08:56 +0000 (11:08 -0700)
commitd1b1348cc33e5de3449f47d757141d7771b10e9e
treefb36f0680cc4b6752781126cb0e76ad8486d3b9f
parent5183f209eb3730a61adaf5ccfa1a30c807891971
tcg/tci: Remove the qemu_ld/st_type macros

These macros are only used in one place.  By expanding,
we get to apply some common-subexpression elimination
and create some local variables.

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