Home | History | Annotate | Download | only in arm
      1 #name: .inst pseudo-opcode with automatic IT blocks test
      2 #as: -mimplicit-it=always
      3 #objdump: -d --prefix-addresses --show-raw-insn
      4 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
      5 
      6 .*: +file format .*arm.*
      7 
      8 Disassembly of section .text:
      9 00000000 <.text> bf08      	it	eq
     10 00000002 <.text\+0x2> 4649      	moveq	r1, r9
     11 00000004 <.text\+0x4> 4649      	mov	r1, r9
     12 00000006 <.text\+0x6> 4649      	mov	r1, r9
     13 00000008 <.text\+0x8> 00001234 	.word	0x00001234
     14 0000000c <.text\+0xc> bf0c      	ite	eq
     15 0000000e <.text\+0xe> 4649      	moveq	r1, r9
     16 00000010 <.text\+0x10> 4649      	movne	r1, r9
     17