Re: [PATCH v3 02/14] tcg/arm: Standardize on tcg_out__{reg, imm}

2021-08-20 Thread Peter Maydell
On Wed, 18 Aug 2021 at 22:41, Richard Henderson wrote: > > 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. > > Signed-off-

Re: [PATCH v3 02/14] tcg/arm: Standardize on tcg_out__{reg,imm}

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/18/21 11:29 PM, Richard Henderson wrote: > 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. > > Signed-off-by: Richar

[PATCH v3 02/14] tcg/arm: Standardize on tcg_out__{reg,imm}

2021-08-18 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c.inc | 38