From c258506581e6275edf3c0aa11d28af04aebe4d1e Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Mon, 11 May 1992 19:46:09 +0000 Subject: [PATCH] entered into RCS From-SVN: r958 --- gcc/config/i386/unix.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index 6f517e54a26..0594adf7de1 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -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 -- 2.30.2