1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS MIPS32 WAIT and SDBBP instructions
3 #as: -32
4 
5 # Check MIPS32 WAIT and SDBBP instruction assembly
6 
7 .*: +file format .*mips.*
8 
9 Disassembly of section .text:
10 [0-9a-f]+ <[^>]*> 4359e260 	wait	0x56789
11 [0-9a-f]+ <[^>]*> 7159e27f 	sdbbp	0x56789
12 	\.\.\.
13