Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[external/binutils.git] / gas / testsuite / gas / ppc / e6500.s
index 2167cc6..d4b7f84 100644 (file)
@@ -67,3 +67,19 @@ start:
        icblq.  2,3,1
        mftmr   0,16
        mttmr   16,0
+       lbarx   20,0,7
+       lbarx   20,1,7
+       lharx   21,0,8
+       lharx   21,1,8
+       lwarx   22,0,9
+       lwarx   22,1,9
+       ldarx   23,0,10
+       ldarx   23,1,10
+       stbcx.  10,0,7
+       stbcx.  10,1,7
+       sthcx.  11,0,8
+       sthcx.  11,1,8
+       stwcx.  12,0,9
+       stwcx.  12,1,9
+       stdcx.  13,0,10
+       stdcx.  13,1,10