Re: [Qemu-devel] [PATCH v2 68/68] target/arm: Inline gen_bx_im into callers

2019-08-27 Thread Peter Maydell
On Mon, 19 Aug 2019 at 22:39, Richard Henderson wrote: > > There are only two remaining uses of gen_bx_im. In each case, we > know the destination mode -- not changing in the case of gen_jmp > or changing in the case of trans_BLX_i. Use this to simplify the > surrounding code. > > For

[Qemu-devel] [PATCH v2 68/68] target/arm: Inline gen_bx_im into callers

2019-08-19 Thread Richard Henderson
There are only two remaining uses of gen_bx_im. In each case, we know the destination mode -- not changing in the case of gen_jmp or changing in the case of trans_BLX_i. Use this to simplify the surrounding code. For trans_BLX_i, use gen_jmp for the actual branch. For gen_jmp, use