Consistency check for merge sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / e500.s
index 85e53d4aa4fcf98f0f25ce8bab3e11523c973837..4a5ce176c4f3367997fefe651c8433dcf50eb5c6 100644 (file)
@@ -1,5 +1,5 @@
 # Motorola PowerPC e500 tests
-       .section ".text"
+       .text
 start:
        isel    2, 3, 4, 23
        dcblc   4, 5, 6
@@ -13,3 +13,44 @@ start:
        bbelr
        mtspefscr       8
        mfspefscr       9
+       
+       # Double-precision opcodes.
+       efscfd 5,4
+       efdabs 5,4
+       efdnabs 5,4
+       efdneg 5,4
+       efdadd 5,4,3
+       efdsub 5,4,3
+       efdmul 5,4,3
+       efddiv 5,4,3
+       efdcmpgt 5,4,3
+       efdcmplt 5,4,3
+       efdcmpeq 5,4,3
+       efdtstgt 5,4,3
+       efdtstgt 5,4,3
+       efdtstlt 5,4,3
+       efdtsteq 5,4,3
+       efdcfsi 5,4
+       efdcfsid 5,4
+       efdcfui 5,4
+       efdcfuid 5,4
+       efdcfsf 5,4
+       efdcfuf 5,4
+       efdctsi 5,4
+       efdctsidz 5,4
+       efdctsiz 5,4
+       efdctui 5,4
+       efdctuidz 5,4
+       efdctuiz 5,4
+       efdctsf 5,4
+       efdctuf 5,4
+       efdcfs 5,4
+
+       # eieio handling
+       eieio
+       mbar
+       mbar 1
+
+       #sync and lwsync handling
+       sync
+       lwsync
This page took 0.024692 seconds and 4 git commands to generate.