1 # name: NOP<c> instructions
2 # objdump: -dr --prefix-addresses --show-raw-insn
3 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
4 
5 .*: +file format .*arm.*
6 
7 Disassembly of section \.text:
8 0+000 <[^>]*> 0320f000 ?	nopeq	\{0\}
9 0+004 <[^>]*> 7320f000 ?	nopvc	\{0\}
10 0+008 <[^>]*> 7320d700 ?	nopvc	\{0\}	; <UNPREDICTABLE>
11 
12 
13