(print_operand, case 'H', 'S'): Delete unused.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 13:53:51 +0000 (08:53 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 13:53:51 +0000 (08:53 -0500)
From-SVN: r9033

gcc/config/rs6000/rs6000.c

index cd6b9a143fe8e83ea4a2eef84241abc66eb5cf18..bd7980443ea0d39d196238edf511f43fa4c57916 100644 (file)
@@ -1040,14 +1040,6 @@ print_operand (file, x, code)
        print_operand (file, x, 0);
       return;
 
-    case 'H':
-      /* X must be a constant.  Output the low order 5 bits plus 24.  */
-      if (! INT_P (x))
-       output_operand_lossage ("invalid %%H value");
-
-      fprintf (file, "%d", (INT_LOWPART (x) + 24) & 31);
-      return;
-
     case 'I':
       /* Print `i' if this is a constant, else nothing.  */
       if (INT_P (x))
@@ -1222,14 +1214,6 @@ print_operand (file, x, code)
       fprintf (file, "%d", (32 - INT_LOWPART (x)) & 31);
       return;
 
-    case 'S':
-      /* Low 5 bits of 31 - value */
-      if (! INT_P (x))
-       output_operand_lossage ("invalid %%S value");
-
-      fprintf (file, "%d", (31 - INT_LOWPART (x)) & 31);
-      return;
-
     case 't':
       /* Write 12 if this jump operation will branch if true, 4 otherwise. 
         All floating-point operations except NE branch true and integer