Home | History | Annotate | Download | only in arm
      1 # name: STREXH/STREXB. - Thumb
      2 # objdump: -dr --prefix-address --show-raw-insn
      3 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
      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 
     15