tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 6 Apr 2023 19:52:26 +0000 (12:52 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:20:01 +0000 (17:20 +0100)
commiteb664d0c5276a4009530a0e1d5ff6485293bf7e3
treeab55a960d6cbb29a189759c7464ec3ac5f142ac4
parent9a2027b7a268dbb2f94c399e7620abd7901eb082
tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}

Interpret the variable argument placement in the caller.  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/mips/tcg-target.c.inc