Add swap byte (swapb) and swap halfword (swaph) opcodes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / microblaze / allinsn.s
index 437444f9644738283ab50eb2fe962c5b72a04915..ffe91ca8eb0ac6d4d1f75bd4239d6f75a2857d0a 100644 (file)
@@ -46,4 +46,12 @@ regslr:
 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.037314 seconds and 4 git commands to generate.