Commit c2585065 by Charles Hannum

entered into RCS

From-SVN: r958
parent 19cd2304
...@@ -38,6 +38,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -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" #define AS3(a,b,c,d) "a b,c,d"
#endif #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. /* Output the size-letter for an opcode.
CODE is the letter used in an operand spec (L, B, W, S or Q). CODE is the letter used in an operand spec (L, B, W, S or Q).
CH is the corresponding lower case letter CH is the corresponding lower case letter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment