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:
7
thirdparty/capstone/suite/MC/Sparc/sparc-atomic-instructions.s.cs
vendored
Normal file
7
thirdparty/capstone/suite/MC/Sparc/sparc-atomic-instructions.s.cs
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN, None
|
||||
0x81,0x43,0xe0,0x0f = membar 15
|
||||
0x81,0x43,0xc0,0x00 = stbar
|
||||
0xd4,0x7e,0x00,0x16 = swap [%i0+%l6], %o2
|
||||
0xd4,0x7e,0x20,0x20 = swap [%i0+32], %o2
|
||||
0xd5,0xe6,0x10,0x16 = cas [%i0], %l6, %o2
|
||||
0xd5,0xf6,0x10,0x16 = casx [%i0], %l6, %o2
|
Reference in New Issue
Block a user