[binutils, ARM, 12/16] Scalar Low Overhead loop instructions for Armv8.1-M Mainline
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-loloop.d
1 #name: Valid Armv8.1-M Mainline Low Overhead loop instructions
2 #source: armv8_1-m-loloop.s
3 #as: -march=armv8.1-m.main
4 #objdump: -dr --prefix-addresses --show-raw-insn
5
6 .*: +file format .*arm.*
7
8 Disassembly of section .text:
9 0[0-9a-f]+ <[^>]+> f042 c00d wls lr, r2, 0000001c <foo\+0x1c>
10 0[0-9a-f]+ <[^>]+> f042 e001 dls lr, r2
11 0[0-9a-f]+ <[^>]+> f04e e001 dls lr, lr
12 0[0-9a-f]+ <[^>]+> f00f c009 le lr, 00000000 <foo>
13 0[0-9a-f]+ <[^>]+> f02f c00b le 00000000 <foo>
14 0[0-9a-f]+ <[^>]+> f00f c24b le lr, fffffb84 <foo\+0xfffffb84>
15 0[0-9a-f]+ <[^>]+> f02f c007 le 00000010 <foo\+0x10>
16 0[0-9a-f]+ <[^>]+> 4613 mov r3, r2
17 #...
This page took 0.030905 seconds and 4 git commands to generate.