[PATCH 13/57][Arm][GAS] Add support for MVE instructions: vand, vbic, vorr, vorn...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / strex-t.d
1 # name: STREXH/STREXB. - Thumb
2 # objdump: -dr --prefix-address --show-raw-insn
3 # skip: *-*-pe *-*-wince
4
5 .*: +file format .*arm.*
6
7 Disassembly of section \.text:
8 0+00 <[^>]+> e8c2 1f50 strexh r0, r1, \[r2\]
9 0+04 <[^>]+> e8c2 1f50 strexh r0, r1, \[r2\]
10 0+08 <[^>]+> e8cd 1f50 strexh r0, r1, \[sp\]
11 0+0c <[^>]+> e8c2 1f40 strexb r0, r1, \[r2\]
12 0+10 <[^>]+> e8c2 1f40 strexb r0, r1, \[r2\]
13 0+14 <[^>]+> e8cd 1f40 strexb r0, r1, \[sp\]
14
This page took 0.047657 seconds and 4 git commands to generate.