aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/MC/AArch64/neon-scalar-compare.s.cs
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /capstone/suite/MC/AArch64/neon-scalar-compare.s.cs
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'capstone/suite/MC/AArch64/neon-scalar-compare.s.cs')
-rw-r--r--capstone/suite/MC/AArch64/neon-scalar-compare.s.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/capstone/suite/MC/AArch64/neon-scalar-compare.s.cs b/capstone/suite/MC/AArch64/neon-scalar-compare.s.cs
new file mode 100644
index 000000000..c7f4ed513
--- /dev/null
+++ b/capstone/suite/MC/AArch64/neon-scalar-compare.s.cs
@@ -0,0 +1,12 @@
+# CS_ARCH_ARM64, 0, None
+0xb4,0x8e,0xf6,0x7e = cmeq d20, d21, d22
+0xb4,0x9a,0xe0,0x5e = cmeq d20, d21, #0x0
+0xb4,0x3e,0xf6,0x7e = cmhs d20, d21, d22
+0xb4,0x3e,0xf6,0x5e = cmge d20, d21, d22
+0xb4,0x8a,0xe0,0x7e = cmge d20, d21, #0x0
+0xb4,0x36,0xf6,0x7e = cmhi d20, d21, d22
+0xb4,0x36,0xf6,0x5e = cmgt d20, d21, d22
+0xb4,0x8a,0xe0,0x5e = cmgt d20, d21, #0x0
+0xb4,0x9a,0xe0,0x7e = cmle d20, d21, #0x0
+0xb4,0xaa,0xe0,0x5e = cmlt d20, d21, #0x0
+0xb4,0x8e,0xf6,0x5e = cmtst d20, d21, d22