[GAS][ARM]Generate unpredictable warning for pc used in data processing instructions...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / udf.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: UDF
3 #error-output: udf.l
4
5 .*: +file format .*arm.*
6
7 Disassembly of section \.text:
8
9 0+0 <arm>:
10 \s*0:\s+e7f000f0\s+udf #0
11 \s*4:\s+e7fabcfd\s+udf #43981 ; 0xabcd
12
13 0+0 <thumb>:
14 \s*8:\s+deab\s+udf #171 ; 0xab
15 \s*a:\s+decd\s+udf #205 ; 0xcd
16 \s*c:\s+de00\s+udf #0
17 \s*e:\s+46c0\s+nop.*
18 \s*10:\s+f7f0 a000\s+udf\.w #0
19 \s*14:\s+f7f1 a234\s+udf\.w #4660 ; 0x1234
20 \s*18:\s+f7fc acdd\s+udf\.w #52445 ; 0xccdd
21 \s*1c:\s+bf08\s+it eq
22 \s*1e:\s+de12\s+udfeq #18
23 \s*20:\s+de23\s+udf #35 ; 0x23
24 \s*22:\s+de34\s+udf #52 ; 0x34
25 \s*24:\s+de56\s+udf #86 ; 0x56
26 \s*26:\s+bf18\s+it ne
27 \s*28:\s+f7f1 a234\s+udfne\.w #4660 ; 0x1234
28 \s*2c:\s+f7f2 a345\s+udf\.w #9029 ; 0x2345
29 \s*30:\s+f7f3 a456\s+udf\.w #13398 ; 0x3456
30 \s*34:\s+f7f5 a678\s+udf\.w #22136 ; 0x5678
This page took 0.030854 seconds and 4 git commands to generate.