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