Fixed add and sub instruction encoding on arm64

This commit is contained in:
2025-03-15 15:51:08 +01:00
parent fea4e4cbe7
commit 93042f81e7
7 changed files with 49 additions and 13 deletions

View File

@ -16,6 +16,7 @@ func TestSubRegisterNumber(t *testing.T) {
Code uint32
}{
{arm.X0, arm.X0, 1, 0xD1000400},
{arm.X0, arm.X0, 0x1000, 0xD1400400},
{arm.SP, arm.SP, 16, 0xD10043FF},
}