tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 6 Apr 2023 19:42:40 +0000 (12:42 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:10:59 +0000 (17:10 +0100)
commitbf12e2240d81f887427b75ad2bba8a6040d36366
tree6bd6e97e6cc77e5032d482f174540e233088ef50
parent3ed8d2d4c86e82f7f663695249c5045fa78539c7
tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}

Interpret the variable argument placement in the caller.  Pass data_type
instead of is64 -- there are several places where we already convert back
from bool to type.  Clean things up by using type throughout.

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