1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS CACHE instruction
3#as: -32
4
5# Check MIPS CACHE instruction assembly.
6
7.*: +file format .*mips.*
8
9Disassembly of section \.text:
10[0-9a-f]+ <[^>]*> bc4507ff 	cache	0x5,2047\(v0\)
11[0-9a-f]+ <[^>]*> bc65f800 	cache	0x5,-2048\(v1\)
12[0-9a-f]+ <[^>]*> bc850800 	cache	0x5,2048\(a0\)
13[0-9a-f]+ <[^>]*> bca5f7ff 	cache	0x5,-2049\(a1\)
14[0-9a-f]+ <[^>]*> bcc57fff 	cache	0x5,32767\(a2\)
15[0-9a-f]+ <[^>]*> bce58000 	cache	0x5,-32768\(a3\)
16[0-9a-f]+ <[^>]*> 3c010001 	lui	at,0x1
17[0-9a-f]+ <[^>]*> 00280821 	addu	at,at,t0
18[0-9a-f]+ <[^>]*> bc258000 	cache	0x5,-32768\(at\)
19[0-9a-f]+ <[^>]*> 3c01ffff 	lui	at,0xffff
20[0-9a-f]+ <[^>]*> 00290821 	addu	at,at,t1
21[0-9a-f]+ <[^>]*> bc257fff 	cache	0x5,32767\(at\)
22[0-9a-f]+ <[^>]*> 3c010001 	lui	at,0x1
23[0-9a-f]+ <[^>]*> 002a0821 	addu	at,at,t2
24[0-9a-f]+ <[^>]*> bc259000 	cache	0x5,-28672\(at\)
25[0-9a-f]+ <[^>]*> 3c01ffff 	lui	at,0xffff
26[0-9a-f]+ <[^>]*> 002b0821 	addu	at,at,t3
27[0-9a-f]+ <[^>]*> bc256fff 	cache	0x5,28671\(at\)
28	\.\.\.
29