Commit 09d8cc0e by Ian Lance Taylor Committed by Ian Lance Taylor

* config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.

From-SVN: r101997
parent df1f6f31
2005-07-13 Ian Lance Taylor <ian@airs.com>
* config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
2005-07-14 Jan Hubicka <jh@suse.cz>
* tree-dfa.c (dump_variable): Use default_def function.
......
......@@ -1130,6 +1130,11 @@ extern const struct mips_rtx_cost_data *mips_cost;
/* Define if loading short immediate values into registers sign extends. */
#define SHORT_IMMEDIATES_SIGN_EXTEND
/* The [d]clz instructions have the natural values at 0. */
#define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) \
((VALUE) = GET_MODE_BITSIZE (MODE), true)
/* Standard register usage. */
......
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