tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 12 Aug 2021 23:00:10 +0000 (13:00 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 19:00:21 +0000 (12:00 -0700)
commit326b9669b0ae118e8275af536ee9503cd93f8525
treec12407536458ed3e8b454cf18b6700885c9fbee8
parente0e1ad61f6ed8ac90b0cd5bed2de464035d9a2e4
tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}

Some of the functions specified _reg, some _imm, and some
left it blank.  Make it clearer to which we are referring.

Split tcg_out_b_reg from tcg_out_bx_reg, to indicate when
we do not actually require BX semantics.

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