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:
25
thirdparty/capstone/suite/MC/AArch64/arm64-branch-encoding.s.cs
vendored
Normal file
25
thirdparty/capstone/suite/MC/AArch64/arm64-branch-encoding.s.cs
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
0xc0,0x03,0x5f,0xd6 = ret
|
||||
0x20,0x00,0x5f,0xd6 = ret x1
|
||||
0xe0,0x03,0xbf,0xd6 = drps
|
||||
0xe0,0x03,0x9f,0xd6 = eret
|
||||
0xa0,0x00,0x1f,0xd6 = br x5
|
||||
0x20,0x01,0x3f,0xd6 = blr x9
|
||||
0xe3,0xff,0x7f,0x54 = b.lo #1048572
|
||||
0xff,0xff,0xff,0x15 = b #134217724
|
||||
0x00,0x00,0x00,0x16 = b #-134217728
|
||||
0xf4,0xff,0x7f,0x34 = cbz w20, #1048572
|
||||
0x02,0x00,0x80,0xb5 = cbnz x2, #-1048576
|
||||
0xe3,0xff,0x2b,0x36 = tbz w3, #5, #32764
|
||||
0x03,0x00,0x44,0x37 = tbnz w3, #8, #-32768
|
||||
0x20,0x00,0x20,0xd4 = brk #0x1
|
||||
0x41,0x00,0xa0,0xd4 = dcps1 #0x2
|
||||
0x62,0x00,0xa0,0xd4 = dcps2 #0x3
|
||||
0x83,0x00,0xa0,0xd4 = dcps3 #0x4
|
||||
0xa0,0x00,0x40,0xd4 = hlt #0x5
|
||||
0xc2,0x00,0x00,0xd4 = hvc #0x6
|
||||
0xe3,0x00,0x00,0xd4 = smc #0x7
|
||||
0x01,0x01,0x00,0xd4 = svc #0x8
|
||||
0x01,0x00,0xa0,0xd4 = dcps1
|
||||
0x02,0x00,0xa0,0xd4 = dcps2
|
||||
0x03,0x00,0xa0,0xd4 = dcps3
|
Reference in New Issue
Block a user