OSDN Git Service

[ opcodes/ChangeLog ]
[pf3gnuchains/pf3gnuchains3x.git] / gas / testsuite / gas / mips / rol.s
index 988d702..017c002 100644 (file)
@@ -1,5 +1,8 @@
 # Source file used to test the rol and ror macros.
 
+       # generate warnings for all uses of AT.
+       .set noat
+
 foo:
        rol     $4,$5
        rol     $4,$5,$6
@@ -12,4 +15,13 @@ foo:
        ror     $4,1
        ror     $4,$5,1
        ror     $4,$5,0
+
+       rol     $4,$5,32
+       rol     $4,$5,33
+       rol     $4,$5,63
+
+       ror     $4,$5,32
+       ror     $4,$5,33
+       ror     $4,$5,63
+
        .space  8