Files
weee/suite/MC/ARM/neont2-table-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

10 lines
455 B
C#

# CS_ARCH_ARM, CS_MODE_THUMB, None
0xf1,0xff,0xa0,0x08 = vtbl.8 d16, {d17}, d16
0xf0,0xff,0xa2,0x09 = vtbl.8 d16, {d16, d17}, d18
0xf0,0xff,0xa4,0x0a = vtbl.8 d16, {d16, d17, d18}, d20
0xf0,0xff,0xa4,0x0b = vtbl.8 d16, {d16, d17, d18, d19}, d20
0xf0,0xff,0xe1,0x28 = vtbx.8 d18, {d16}, d17
0xf0,0xff,0xe2,0x39 = vtbx.8 d19, {d16, d17}, d18
0xf0,0xff,0xe5,0x4a = vtbx.8 d20, {d16, d17, d18}, d21
0xf0,0xff,0xe5,0x4b = vtbx.8 d20, {d16, d17, d18, d19}, d21