[ARM] Add ARMv8.3 VJCVT instruction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-bl-convert.d
CommitLineData
7f78eb34
JW
1#name: blx->bl convert under no -march/cpu
2#error-output: blx-bl-convert.l
3#objdump: -d
3ee6e4fb 4#skip: *-*-pe *-wince-* *-*-coff *-*-vxworks *-*-netbsdelf *-*-nto*
7f78eb34
JW
5
6.*: file format .*
7
8Disassembly of section \.text:
9
1000000000 <entry>:
11 0: f000 f800 bl 4 <label>
12
1300000004 <label>:
14 4: 4770 bx lr
15 \.\.\.
16
1700000008 <label2>:
18 8: ebffffff bl c <label3>
19
200000000c <label3>:
21 c: e12fff1e bx lr
22
This page took 0.119631 seconds and 4 git commands to generate.