Skip to content

[arm64] sxtb, sxth, sxtw instructions disassembly incorrect #35303

Description

@BruceForstall

The JIT disassembly for the sxtw instruction is:

sxtw    x0, x21

It should instead use the w register form in the second position:

sxtw    x0, w21

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions