MIPS: Add CRC ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / crc64.s
1 .text
2 test_crc:
3 crc32d $4,$7,$4
4 crc32cd $4,$7,$4
5
6 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
7 .align 2
8 .space 8
This page took 0.036709 seconds and 4 git commands to generate.