[ARM] Assembler and disassembler support Dot Product Extension
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / sp-usage-thumb2-relax-on-v8.d
1 #as: -march=armv8-a
2 #source: sp-usage-thumb2-relax.s
3 #objdump: -d
4
5 .*: file format .*
6
7 Disassembly of section \.text:
8
9 .* <.*>:
10 .*: f107 0d01 add.w sp, r7, #1
11 .*: f1a7 0d01 sub.w sp, r7, #1
12 .*: f207 0d01 addw sp, r7, #1
13 .*: f2a7 0d01 subw sp, r7, #1
14 .*: ea2d 0702 bic.w r7, sp, r2
15 .*: eb7d 0702 sbcs.w r7, sp, r2
16 .*: ea0d 0702 and.w r7, sp, r2
17 .*: ea8d 0702 eor.w r7, sp, r2
18 .*: fb1d dd0d smlabb sp, sp, sp, sp
19 .*: fb1d b003 smlabb r0, sp, r3, fp
20 .*: fb1d dd2d smlatb sp, sp, sp, sp
21 .*: fb1d b023 smlatb r0, sp, r3, fp
22 .*: fb1d dd1d smlabt sp, sp, sp, sp
23 .*: fb1d b013 smlabt r0, sp, r3, fp
24 .*: fb1d dd1d smlabt sp, sp, sp, sp
25 .*: fb1d b013 smlabt r0, sp, r3, fp
This page took 0.032406 seconds and 4 git commands to generate.