diff options
author | Owen Anderson <resistor@mac.com> | 2011-10-27 22:54:14 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-10-27 22:54:14 +0000 |
commit | 03e03b098462c2715598ca96298110b63c57a2d3 (patch) | |
tree | 58010dbcd876162943416d235a5189e9964c98b0 /test | |
parent | 04b12a4cfb74ac65ea86d57bde5999ef6ab09ad4 (diff) | |
download | external_llvm-03e03b098462c2715598ca96298110b63c57a2d3.zip external_llvm-03e03b098462c2715598ca96298110b63c57a2d3.tar.gz external_llvm-03e03b098462c2715598ca96298110b63c57a2d3.tar.bz2 |
Add testcase for r143162.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/Disassembler/ARM/neon.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/neon.txt b/test/MC/Disassembler/ARM/neon.txt index 5d2df93..db403eb 100644 --- a/test/MC/Disassembler/ARM/neon.txt +++ b/test/MC/Disassembler/ARM/neon.txt @@ -1856,3 +1856,7 @@ 0xe9 0x1a 0xb2 0x4e # CHECK: vcvttmi.f32.f16 s2, s19 + +0x3d 0x76 0x66 0xf4 +# CHECK: vld1.8 {d23, d24, d25}, [r6, :256]! + |