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