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