MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / crc.s
CommitLineData
730c3174
SE
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
This page took 0.023849 seconds and 4 git commands to generate.