Commit 225211e2 by Richard Kenner

(SHORT_IMMEDIATES_SIGN_EXTEND): Define.

From-SVN: r4507
parent 9afa3d54
......@@ -1229,6 +1229,9 @@ extern char *current_function_name;
the rest of the bits in the register. */
#define BYTE_LOADS_SIGN_EXTEND
/* Define if loading short immediate values into registers sign extends. */
#define SHORT_IMMEDIATES_SIGN_EXTEND
/* We aren't doing ANYTHING about debugging for now. */
/* #define SDB_DEBUGGING_INFO */
......
......@@ -1193,6 +1193,9 @@ struct rs6000_args {int words, fregno, nargs_prototype; };
/* Define if normal loads of shorter-than-word items from memory clears
the rest of the bigs in the register. */
#define BYTE_LOADS_ZERO_EXTEND
/* Define if loading short immediate values into registers sign extends. */
#define SHORT_IMMEDIATES_SIGN_EXTEND
/* The RS/6000 uses the XCOFF format. */
......
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