RFR: 8329035: New Data Destination instructions support [v2]
Jatin Bhateja
jbhateja at openjdk.org
Tue Sep 10 11:28:13 UTC 2024
On Fri, 6 Sep 2024 21:40:15 GMT, Steve Dohrmann <sdohrmann at openjdk.org> wrote:
>> src/hotspot/cpu/x86/assembler_x86.cpp line 6686:
>>
>>> 6684: }
>>> 6685:
>>> 6686: void Assembler::esall(Register dst, Register src, int imm8, bool no_flags) {
>>
>> assert(isShiftCount(imm8), "illegal shift count") missing.
>
> Thanks, done.
SAL looks incorrect pneumonic, should be SHL.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20698#discussion_r1751706428
More information about the hotspot-compiler-dev
mailing list