diff options
Diffstat (limited to 'test/MC/Disassembler')
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-neon-crypto.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb-neon-crypto.txt b/test/MC/Disassembler/ARM/thumb-neon-crypto.txt index 30b5fb6..c725c7f 100644 --- a/test/MC/Disassembler/ARM/thumb-neon-crypto.txt +++ b/test/MC/Disassembler/ARM/thumb-neon-crypto.txt @@ -33,3 +33,11 @@ 0xe0 0xef 0xa1 0x0e # CHECK: vmull.p64 q8, d16, d17 + +# This used to be incorrectly decoded into an sha256h.32 [0x00,0xff,0x40,0x0c] +# The other similar encodings are stc2 [0x00,0xfd,0x40,0x0c] and cdp2 [0x00,0xfe,0x40,0x0c] +0x00 0xfc 0x40 0x0c +# CHECK-NOT: sha256h.32 +# CHECK-NOT: stc2 +# CHECK-NOT: cdp2 + |