Re: [Committed] S/390: Fix vector shift count operand

2019-07-01 Thread Andreas Krebbel
On 01.07.19 17:01, Marek Polacek wrote: > On Mon, Jul 01, 2019 at 04:58:09PM +0200, Andreas Krebbel wrote: >> We currently use subst definitions to handle the different variants of shift >> count operands. Unfortunately, in the vector shift pattern the shift count >> operand is used directly. Witho

Re: [Committed] S/390: Fix vector shift count operand

2019-07-01 Thread Marek Polacek
On Mon, Jul 01, 2019 at 04:58:09PM +0200, Andreas Krebbel wrote: > We currently use subst definitions to handle the different variants of shift > count operands. Unfortunately, in the vector shift pattern the shift count > operand is used directly. Without it being adjusted for the 'subst' variants

[Committed] S/390: Fix vector shift count operand

2019-07-01 Thread Andreas Krebbel
We currently use subst definitions to handle the different variants of shift count operands. Unfortunately, in the vector shift pattern the shift count operand is used directly. Without it being adjusted for the 'subst' variants the displacement value is omitted resulting in a wrong shift count bei