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:
10
thirdparty/capstone/suite/MC/LoongArch/arm-shift.s.cs
vendored
Normal file
10
thirdparty/capstone/suite/MC/LoongArch/arm-shift.s.cs
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# CS_ARCH_LOONGARCH, CS_MODE_LOONGARCH64, None
|
||||
0x91,0x94,0x3a,0x00 = armsll.w $a0, $a1, 1
|
||||
0x91,0x14,0x3b,0x00 = armsrl.w $a0, $a1, 1
|
||||
0x91,0x94,0x3b,0x00 = armsra.w $a0, $a1, 1
|
||||
0x91,0x14,0x3c,0x00 = armrotr.w $a0, $a1, 1
|
||||
0x91,0x84,0x3c,0x00 = armslli.w $a0, 1, 1
|
||||
0x91,0x04,0x3d,0x00 = armsrli.w $a0, 1, 1
|
||||
0x91,0x84,0x3d,0x00 = armsrai.w $a0, 1, 1
|
||||
0x91,0x04,0x3e,0x00 = armrotri.w $a0, 1, 1
|
||||
0x9f,0xc4,0x3f,0x00 = armrrx.w $a0, 1
|
Reference in New Issue
Block a user