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

2018-08-21 Thread Cornelia Huck
On Tue, 21 Aug 2018 09:31:25 +0200 David Hildenbrand wrote: > Conny, can you fixup that one tcg_const_i64() ? Thanks! Sure, done.

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

2018-08-21 Thread David Hildenbrand
On 21.08.2018 04:50, 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. > > In addition, fix BAS p

[Qemu-devel] [PATCH 2/7] target/s390x: add BAL and BALR instructions

2018-08-20 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. In addition, fix BAS polluting high 32 bits of the first operand in 24- and 3

[Qemu-devel] [PATCH 2/7] target/s390x: add BAL and BALR instructions

2018-08-09 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