MIPS: Add CRC ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / crc64-err.s
1 .text
2 test_crc:
3 crc32d $4,$4,$4
4 crc32d $5,$4,$4
5 crc32d $4,$5,$4
6 crc32d $4,$4,$5
7 crc32d $4,$5,$6
8 crc32cd $4,$4,$4
9 crc32cd $5,$4,$4
10 crc32cd $4,$5,$4
11 crc32cd $4,$4,$5
12 crc32cd $4,$5,$6
This page took 0.029721 seconds and 4 git commands to generate.