Home | History | Annotate | Download | only in arm
      1 #name: .inst pseudo-opcode test 1
      2 #objdump: -d --prefix-addresses --show-raw-insn
      3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
      4 
      5 .*: +file format .*arm.*
      6 
      7 Disassembly of section .text:
      8 00000000 <.text> 11a01009 	movne	r1, r9
      9 00000004 <.text\+0x4> bf0c      	ite	eq
     10 00000006 <.text\+0x6> 4649      	moveq	r1, r9
     11 00000008 <.text\+0x8> 4649      	movne	r1, r9
     12 0000000a <.text\+0xa> (1234|0000)      	.short	(0x1234|0x0000)
     13 0000000c <.text\+0xc> (0000|1234)      	.short	(0x0000|0x1234)
     14 0000000e <.text\+0xe> bf0c      	ite	eq
     15 00000010 <.text\+0x10> 4649      	moveq	r1, r9
     16 00000012 <.text\+0x12> 4649      	movne	r1, r9
     17 00000014 <.text\+0x14> 4649      	mov	r1, r9
     18 00000016 <.text\+0x16> ea4f 0109 	mov.w	r1, r9
     19 0000001a <.text\+0x1a> ea4f 0109 	mov.w	r1, r9
     20 0000001e <.text\+0x1e> bf00      	nop
     21