diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-03-22 20:21:08 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-22 20:21:08 +0000 |
| commit | 0cf62f50451a3dd16ba77c255a1bec2ee6cf533b (patch) | |
| tree | 2481721f6ac678c01e0a6c6c9a2b8badc2d808ac | |
| parent | 600b54c1e78dc252e9c75000d1bcfa62911c618d (diff) | |
| download | bcm5719-llvm-0cf62f50451a3dd16ba77c255a1bec2ee6cf533b.tar.gz bcm5719-llvm-0cf62f50451a3dd16ba77c255a1bec2ee6cf533b.zip | |
Add one more test case for VFP Load/Store Multiple (vpop).
llvm-svn: 128106
| -rw-r--r-- | llvm/test/MC/Disassembler/ARM/neon-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/ARM/neon-tests.txt b/llvm/test/MC/Disassembler/ARM/neon-tests.txt index eb9adb7b6c2..8f3f0313a69 100644 --- a/llvm/test/MC/Disassembler/ARM/neon-tests.txt +++ b/llvm/test/MC/Disassembler/ARM/neon-tests.txt @@ -59,3 +59,6 @@ # CHECK: vmov.f64 d0, #5.000000e-01 0x00 0x0b 0xb6 0xee + +# CHECK: vpop {d8} +0x02 0x8b 0xbd 0xec |

