1	.text
2test_crc:
3	crc32b	$4,$7,$4
4	crc32h	$4,$7,$4
5	crc32w	$4,$7,$4
6	crc32cb	$4,$7,$4
7	crc32ch	$4,$7,$4
8	crc32cw	$4,$7,$4
9
10# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11	.align	2
12	.space	8
13