daily update
[external/binutils.git] / gas / testsuite / gas / mips / itbl.s
index 3cb59ec..085545b 100644 (file)
@@ -1,9 +1,18 @@
 
-    fee d3,c2,0x1 ;  0x4ff07601
-    fie          ;  0x4ff00000
-    foh $2,0x100
-    fum d3,c2     ;  0x4ff07601
+    ; Test case for assembler option "itbl".
+    ; Run as "as --itbl itbl itbl.s"
+    ; or with stand-alone test case "itbl-test itbl itbl.s".
+
+    ; Call mips coprocessor "cofun"s as defined in "itbl".
 
+    fee $d3,$c2,0x1    ;  0x4ff07601
+    fie                ;  0x4ff00000
+    foh $2,0x100
+    fum $d3,$c2        ;  0x4ff07601
     pig $2,0x100
-    LWC1 d1,0x100($2)
+
+    ; Call a mips coprocessor instruction with register "d1" 
+    ; defined in "itbl".
+
+    LWC1 $d1,0x100($2)