Add load-link, store-conditional paired EVA instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ase-errors-1.s
index 8b679a36b42544cf4d38ba42f5d2dbdfad375e57..7deeea1df2612b9195c20e829b1e468cbec758c8 100644 (file)
        .set noginv
        ginvi $a0               # ERROR: ginv not enabled
 
+       .set mips32r6
+       .set eva
+       llwpe   $2, $3, $4      # OK
+       scwpe   $2, $3, $4      # OK
+       .set noeva
+       llwpe   $2, $3, $4      # ERROR: eva not enabled
+       scwpe   $2, $3, $4      # ERROR: eva not enabled
+       .set mips32r5
+       .set eva
+       llwpe   $2, $3, $4      # ERROR: only avaialable on R6
+       scwpe   $2, $3, $4      # ERROR: only avaialable on R6
+
        # There should be no errors after this.
        .set fp=32
        .set mips1
This page took 0.03403 seconds and 4 git commands to generate.