mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
27
thirdparty/capstone/suite/MC/AArch64/ras-extension.s.cs
vendored
Normal file
27
thirdparty/capstone/suite/MC/AArch64/ras-extension.s.cs
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
|
||||
0x1f,0x22,0x03,0xd5 == esb
|
||||
0x20,0x53,0x18,0xd5 == msr ERRSELR_EL1, x0
|
||||
0x2f,0x53,0x18,0xd5 == msr ERRSELR_EL1, x15
|
||||
0x39,0x53,0x18,0xd5 == msr ERRSELR_EL1, x25
|
||||
0x21,0x54,0x18,0xd5 == msr ERXCTLR_EL1, x1
|
||||
0x42,0x54,0x18,0xd5 == msr ERXSTATUS_EL1, x2
|
||||
0x63,0x54,0x18,0xd5 == msr ERXADDR_EL1, x3
|
||||
0x04,0x55,0x18,0xd5 == msr ERXMISC0_EL1, x4
|
||||
0x25,0x55,0x18,0xd5 == msr ERXMISC1_EL1, x5
|
||||
0x26,0xc1,0x18,0xd5 == msr DISR_EL1, x6
|
||||
0x27,0xc1,0x1c,0xd5 == msr VDISR_EL2, x7
|
||||
0x68,0x52,0x1c,0xd5 == msr VSESR_EL2, x8
|
||||
0x20,0x53,0x38,0xd5 == mrs x0, ERRSELR_EL1
|
||||
0x2f,0x53,0x38,0xd5 == mrs x15, ERRSELR_EL1
|
||||
0x39,0x53,0x38,0xd5 == mrs x25, ERRSELR_EL1
|
||||
0x21,0x54,0x38,0xd5 == mrs x1, ERXCTLR_EL1
|
||||
0x42,0x54,0x38,0xd5 == mrs x2, ERXSTATUS_EL1
|
||||
0x63,0x54,0x38,0xd5 == mrs x3, ERXADDR_EL1
|
||||
0x04,0x55,0x38,0xd5 == mrs x4, ERXMISC0_EL1
|
||||
0x25,0x55,0x38,0xd5 == mrs x5, ERXMISC1_EL1
|
||||
0x26,0xc1,0x38,0xd5 == mrs x6, DISR_EL1
|
||||
0x27,0xc1,0x3c,0xd5 == mrs x7, VDISR_EL2
|
||||
0x68,0x52,0x3c,0xd5 == mrs x8, VSESR_EL2
|
||||
0x00,0x53,0x38,0xd5 == mrs x0, ERRIDR_EL1
|
||||
0x01,0x54,0x38,0xd5 == mrs x1, ERXFR_EL1
|
Reference in New Issue
Block a user