~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/MC/Disassembler/ARM/unpredictable-swp-arm.txt

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s
 
2
 
 
3
# CHECK: potentially undefined
 
4
# CHECK: 0x9f 0x10 0x03 0x01
 
5
0x9f 0x10 0x03 0x01
 
6
 
 
7
# CHECK: potentially undefined
 
8
# CHECK: 0x90 0xf0 0x03 0x01
 
9
0x90 0xf0 0x03 0x01
 
10
 
 
11
# CHECK: potentially undefined
 
12
# CHECK: 0x90 0x1f 0x03 0x01
 
13
0x90 0x1f 0x03 0x01
 
14
 
 
15
# CHECK: potentially undefined
 
16
# CHECK: 0x90 0x10 0x0f 0x01
 
17
0x90 0x10 0x0f 0x01
 
18
 
 
19
# CHECK: potentially undefined
 
20
# CHECK: 0x90 0x10 0x01 0x01
 
21
0x90 0x10 0x01 0x01
 
22
 
 
23
# CHECK: potentially undefined
 
24
# CHECK: 0x90 0x10 0x00 0x01
 
25
0x90 0x10 0x00 0x01
 
26