entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Mon, 11 May 1992 19:46:09 +0000 (19:46 +0000)
committerCharles Hannum <mycroft@gnu.org>
Mon, 11 May 1992 19:46:09 +0000 (19:46 +0000)
From-SVN: r958

gcc/config/i386/unix.h

index 6f517e54a26c4831c06fe9922a7d545795cf25b2..0594adf7de1ac50ee0a13c2f944cdb30db3f82be 100644 (file)
@@ -38,6 +38,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define AS3(a,b,c,d) "a b,c,d"
 #endif  
 
+/* Define macro used to output shift-double opcodes when the shift
+   count is in %cl.  Some assemblers require %cl as an argument;
+   some don't.  This macro controls what to do: by default, don't
+   print %cl.  */
+#define AS3_SHIFT_DOUBLE(a,b,c,d) AS2 (a,c,d)
+
 /* Output the size-letter for an opcode.
    CODE is the letter used in an operand spec (L, B, W, S or Q).
    CH is the corresponding lower case letter