aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/MC/ARM/neont2-cmp-encoding.s.cs
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/MC/ARM/neont2-cmp-encoding.s.cs')
-rw-r--r--capstone/suite/MC/ARM/neont2-cmp-encoding.s.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/capstone/suite/MC/ARM/neont2-cmp-encoding.s.cs b/capstone/suite/MC/ARM/neont2-cmp-encoding.s.cs
new file mode 100644
index 000000000..6bd4971b3
--- /dev/null
+++ b/capstone/suite/MC/ARM/neont2-cmp-encoding.s.cs
@@ -0,0 +1,17 @@
+# CS_ARCH_ARM, CS_MODE_THUMB, None
+0xfb,0xff,0x20,0x07 = vcvt.s32.f32 d16, d16
+0xfb,0xff,0xa0,0x07 = vcvt.u32.f32 d16, d16
+0xfb,0xff,0x20,0x06 = vcvt.f32.s32 d16, d16
+0xfb,0xff,0xa0,0x06 = vcvt.f32.u32 d16, d16
+0xfb,0xff,0x60,0x07 = vcvt.s32.f32 q8, q8
+0xfb,0xff,0xe0,0x07 = vcvt.u32.f32 q8, q8
+0xfb,0xff,0x60,0x06 = vcvt.f32.s32 q8, q8
+0xfb,0xff,0xe0,0x06 = vcvt.f32.u32 q8, q8
+0xff,0xef,0x30,0x0f = vcvt.s32.f32 d16, d16, #1
+0xff,0xff,0x30,0x0f = vcvt.u32.f32 d16, d16, #1
+0xff,0xef,0x30,0x0e = vcvt.f32.s32 d16, d16, #1
+0xff,0xff,0x30,0x0e = vcvt.f32.u32 d16, d16, #1
+0xff,0xef,0x70,0x0f = vcvt.s32.f32 q8, q8, #1
+0xff,0xff,0x70,0x0f = vcvt.u32.f32 q8, q8, #1
+0xff,0xef,0x70,0x0e = vcvt.f32.s32 q8, q8, #1
+0xff,0xff,0x70,0x0e = vcvt.f32.u32 q8, q8, #1