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:
9
thirdparty/capstone/suite/MC/LoongArch/arm-alu.s.cs
vendored
Normal file
9
thirdparty/capstone/suite/MC/LoongArch/arm-alu.s.cs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# CS_ARCH_LOONGARCH, CS_MODE_LOONGARCH64, None
|
||||
0x91,0x14,0x37,0x00 = armadd.w $a0, $a1, 1
|
||||
0x91,0x94,0x37,0x00 = armsub.w $a0, $a1, 1
|
||||
0x91,0x14,0x38,0x00 = armadc.w $a0, $a1, 1
|
||||
0x91,0x94,0x38,0x00 = armsbc.w $a0, $a1, 1
|
||||
0x91,0x14,0x39,0x00 = armand.w $a0, $a1, 1
|
||||
0x91,0x94,0x39,0x00 = armor.w $a0, $a1, 1
|
||||
0x91,0x14,0x3a,0x00 = armxor.w $a0, $a1, 1
|
||||
0x9c,0xc4,0x3f,0x00 = armnot.w $a0, 1
|
Reference in New Issue
Block a user