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:
13
thirdparty/capstone/suite/MC/Sparc/sparc64-alu-instructions.s.cs
vendored
Normal file
13
thirdparty/capstone/suite/MC/Sparc/sparc64-alu-instructions.s.cs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN, None
|
||||
0xb1,0x28,0x50,0x1a = sllx %g1, %i2, %i0
|
||||
0xb1,0x28,0x70,0x3f = sllx %g1, 63, %i0
|
||||
0xb1,0x30,0x50,0x1a = srlx %g1, %i2, %i0
|
||||
0xb1,0x30,0x70,0x3f = srlx %g1, 63, %i0
|
||||
0xb1,0x38,0x50,0x1a = srax %g1, %i2, %i0
|
||||
0xb1,0x38,0x70,0x3f = srax %g1, 63, %i0
|
||||
0xb0,0x48,0x40,0x1a = mulx %g1, %i2, %i0
|
||||
0xb0,0x48,0x60,0x3f = mulx %g1, 63, %i0
|
||||
0xb1,0x68,0x40,0x1a = sdivx %g1, %i2, %i0
|
||||
0xb1,0x68,0x60,0x3f = sdivx %g1, 63, %i0
|
||||
0xb0,0x68,0x40,0x1a = udivx %g1, %i2, %i0
|
||||
0xb0,0x68,0x60,0x3f = udivx %g1, 63, %i0
|
Reference in New Issue
Block a user