tcg/tci: Reduce use of tci_read_r64
commit09c8b8b90d1bf8b5a48190f190440cf49b6cead9
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Jan 2021 21:50:07 +0000 (29 11:50 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Mar 2021 19:45:21 +0000 (6 11:45 -0800)
tree26a28263e0414a31e11005414b5d279feb3c9c90
parentdcf2af266237457344d18a52083b37e3affeb5a7
tcg/tci: Reduce use of tci_read_r64

In all cases restricted to 64-bit hosts, tcg_read_r is
identical.  We retain the 64-bit symbol for the single
case of INDEX_op_qemu_st_i64.

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