Re: [Qemu-devel] [PATCH 1/6] target/s390x: add BAL and BALR instructions

2018-08-06 Thread David Hildenbrand
On 05.08.2018 20:28, Pavel Zbitskiy wrote: > These instructions are provided for compatibility purposes and are > used only by old software, in the new code BAS and BASR are preferred. > The difference between the old and new instruction exists only in the > 24-bit mode. > > Signed-off-by: Pavel Z

[Qemu-devel] [PATCH 1/6] target/s390x: add BAL and BALR instructions

2018-08-05 Thread Pavel Zbitskiy
These instructions are provided for compatibility purposes and are used only by old software, in the new code BAS and BASR are preferred. The difference between the old and new instruction exists only in the 24-bit mode. Signed-off-by: Pavel Zbitskiy --- target/s390x/insn-data.def | 3 +++ targ