MIPS: Add CRC ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ase-errors-1.s
index c5201c39c62def7a8fe1c26b5268b520de41be7d..811f719038337ca94d24177723bc93bee05496a3 100644 (file)
        .set noeva
        lbue $4,16($5)          # ERROR: eva not enabled
 
+       .set mips32r6
+       .set crc                # OK
+       crc32b $4,$7,$4         # OK
+       crc32d $4,$7,$4         # ERROR: 64-bit only
+       .set mips32r5           # ERROR: too low
+       crc32b $4,$7,$4         # OK
+       .set nocrc
+       crc32b $4,$7,$4         # ERROR: crc not enabled
+
        # There should be no errors after this.
        .set fp=32
        .set mips1
This page took 0.028078 seconds and 4 git commands to generate.