1 #objdump: -pdr --prefix-addresses --show-raw-insn
2 #name: MIPS CRC64
3 #as: -mcrc
4 
5 # Test the CRC64 instructions
6 
7 .*: +file format .*mips.*
8 #...
9 ASEs:
10 #...
11 	CRC ASE
12 #...
13 
14 Disassembly of section \.text:
15 [0-9a-f]+ <[^>]*> 7ce400cf 	crc32d	a0,a3,a0
16 [0-9a-f]+ <[^>]*> 7ce401cf 	crc32cd	a0,a3,a0
17 	\.\.\.
18