Closed martin-fink closed 3 years ago
This PR consists of two commits:
MOV64mi32
SHL mem, CL
SHR reg/mem, CL
SAR reg/mem, CL
SHL reg, CL
This PR consists of two commits:
MOV64mi32
, as I've noticed this bug in the test added in the next commitSHL mem, CL
,SHR reg/mem, CL
andSAR reg/mem, CL
.SHL reg, CL
was already implemented