Integrated: 8280976: Incorrect encoding of avx512 vpsraq instruction with mask and constant shift.
Jatin Bhateja
jbhateja at openjdk.java.net
Wed Feb 2 07:40:11 UTC 2022
On Mon, 31 Jan 2022 20:15:40 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> - Incorrect encoding fixed.
>
> EVEX.512.66.0F.W1 72 /4 ib VPSRAQ zmm1 {k1}{z}, zmm2/m512/m64bcst, imm8 | F | V/V | AVX512F | Shift quadwords in zmm2/m512/m64bcst right by imm8 while shifting in sign bits using writemask k1.
> -- | -- | -- | -- | --
>
> Thanks,
> Jatin
This pull request has now been integrated.
Changeset: 48a32b5f
Author: Jatin Bhateja <jbhateja at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/48a32b5f3aa1b238bc9857002325579a5b041685
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8280976: Incorrect encoding of avx512 vpsraq instruction with mask and constant shift.
Reviewed-by: neliasso, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/7291
More information about the hotspot-compiler-dev
mailing list