RFR: 8280976: Incorrect encoding of avx512 vpsraq instruction with mask and constant shift.
Tobias Hartmann
thartmann at openjdk.java.net
Wed Feb 2 07:19:04 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
Looks good.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7291
More information about the hotspot-compiler-dev
mailing list