Files
ircolib/suite/MC/ARM/neont2-reverse-encoding.s.cs
T
iris 802798ce3c Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone
git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
2026-05-11 11:55:07 +02:00

14 lines
509 B
C#

# CS_ARCH_ARM, CS_MODE_THUMB, None
0xf0,0xff,0x20,0x00 = vrev64.8 d16, d16
0xf4,0xff,0x20,0x00 = vrev64.16 d16, d16
0xf8,0xff,0x20,0x00 = vrev64.32 d16, d16
0xf0,0xff,0x60,0x00 = vrev64.8 q8, q8
0xf4,0xff,0x60,0x00 = vrev64.16 q8, q8
0xf8,0xff,0x60,0x00 = vrev64.32 q8, q8
0xf0,0xff,0xa0,0x00 = vrev32.8 d16, d16
0xf4,0xff,0xa0,0x00 = vrev32.16 d16, d16
0xf0,0xff,0xe0,0x00 = vrev32.8 q8, q8
0xf4,0xff,0xe0,0x00 = vrev32.16 q8, q8
0xf0,0xff,0x20,0x01 = vrev16.8 d16, d16
0xf0,0xff,0x60,0x01 = vrev16.8 q8, q8