arc/opcodes: Use flag operand class to handle multiple flag matches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / microblaze / allinsn.s
index 582da1767313aa12170913a9b3b81dc5a0aaf3ce..ffe91ca8eb0ac6d4d1f75bd4239d6f75a2857d0a 100644 (file)
@@ -36,4 +36,22 @@ mbar:
     .global sleep
 sleep:
     sleep
+    .text
+    .global regslr
+regslr:
+    la r11,r0,r0
+    mts rslr,r11
+    .text
+    .global regshr
+regshr:
+    la r11,r0,r0
+    mts rshr,r11
+    .text
+    .global swapb
+swapb:
+    swapb r0,r0
+    .text
+    .global swaph
+swaph:
+    swaph r0,r0
 
This page took 0.023891 seconds and 4 git commands to generate.