1 #name: ARM IT automatic instruction generation 3 2 #as: -mthumb -march=armv7a -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.one: 9 00000000 <.text.one> 2800 cmp r0, #0 10 00000002 <.text.one\+0x2> bf08 it eq 11 00000004 <.text.one\+0x4> 3102 addeq r1, #2 12 13 Disassembly of section .text.two: 14 00000000 <.text.two> bf08 it eq 15 00000002 <.text.two\+0x2> 3103 addeq r1, #3 16