Commit 4e9d897d by H.J. Lu

i386.h (ix86_tune_indices): Rename X86_USE_VECTOR_CONVERTS to X86_TUNE_USE_VECTOR_CONVERTS.

2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.h (ix86_tune_indices): Rename
	X86_USE_VECTOR_CONVERTS to X86_TUNE_USE_VECTOR_CONVERTS.
	(TARGET_USE_VECTOR_CONVERTS): Updated.
	* config/i386/i386.c: Likewise.

From-SVN: r128313
parent b2ec1738
2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.h (ix86_tune_indices): Rename
X86_USE_VECTOR_CONVERTS to X86_TUNE_USE_VECTOR_CONVERTS.
(TARGET_USE_VECTOR_CONVERTS): Updated.
* config/i386/i386.c: Likewise.
2007-09-09 Sandra Loosemore <sandra@codesourcery.com> 2007-09-09 Sandra Loosemore <sandra@codesourcery.com>
Nigel Stephens <nigel@mips.com> Nigel Stephens <nigel@mips.com>
* doc/invoke.texi (Overall Options): Add .sx file extension * doc/invoke.texi (Overall Options): Add .sx file extension
as a synonym for .S. as a synonym for .S.
...@@ -15,7 +22,7 @@ ...@@ -15,7 +22,7 @@
* doc/md.texi (Canonicalization of Instructions): Document it. * doc/md.texi (Canonicalization of Instructions): Document it.
2007-09-09 Jan Hubicka <jh@suse.cz> 2007-09-09 Jan Hubicka <jh@suse.cz>
Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
* i386.h (ix86_tune_indices): Add X86_USE_VECTOR_CONVERTS. * i386.h (ix86_tune_indices): Add X86_USE_VECTOR_CONVERTS.
(TARGET_USE_VECTOR_CONVERTS): New. (TARGET_USE_VECTOR_CONVERTS): New.
...@@ -1259,8 +1259,8 @@ unsigned int ix86_tune_features[X86_TUNE_LAST] = { ...@@ -1259,8 +1259,8 @@ unsigned int ix86_tune_features[X86_TUNE_LAST] = {
replacement is long decoded, so this split helps here as well. */ replacement is long decoded, so this split helps here as well. */
m_K6, m_K6,
/* X86_USE_VECTOR_CONVERTS: Preffer vector packed SSE conversion from /* X86_TUNE_USE_VECTOR_CONVERTS: Preffer vector packed SSE conversion
integer to FP. */ from integer to FP. */
m_AMDFAM10, m_AMDFAM10,
}; };
......
...@@ -257,7 +257,7 @@ enum ix86_tune_indices { ...@@ -257,7 +257,7 @@ enum ix86_tune_indices {
X86_TUNE_MOVE_M1_VIA_OR, X86_TUNE_MOVE_M1_VIA_OR,
X86_TUNE_NOT_UNPAIRABLE, X86_TUNE_NOT_UNPAIRABLE,
X86_TUNE_NOT_VECTORMODE, X86_TUNE_NOT_VECTORMODE,
X86_USE_VECTOR_CONVERTS, X86_TUNE_USE_VECTOR_CONVERTS,
X86_TUNE_LAST X86_TUNE_LAST
}; };
...@@ -338,7 +338,7 @@ extern unsigned int ix86_tune_features[X86_TUNE_LAST]; ...@@ -338,7 +338,7 @@ extern unsigned int ix86_tune_features[X86_TUNE_LAST];
#define TARGET_MOVE_M1_VIA_OR ix86_tune_features[X86_TUNE_MOVE_M1_VIA_OR] #define TARGET_MOVE_M1_VIA_OR ix86_tune_features[X86_TUNE_MOVE_M1_VIA_OR]
#define TARGET_NOT_UNPAIRABLE ix86_tune_features[X86_TUNE_NOT_UNPAIRABLE] #define TARGET_NOT_UNPAIRABLE ix86_tune_features[X86_TUNE_NOT_UNPAIRABLE]
#define TARGET_NOT_VECTORMODE ix86_tune_features[X86_TUNE_NOT_VECTORMODE] #define TARGET_NOT_VECTORMODE ix86_tune_features[X86_TUNE_NOT_VECTORMODE]
#define TARGET_USE_VECTOR_CONVERTS ix86_tune_features[X86_USE_VECTOR_CONVERTS] #define TARGET_USE_VECTOR_CONVERTS ix86_tune_features[X86_TUNE_USE_VECTOR_CONVERTS]
/* Feature tests against the various architecture variations. */ /* Feature tests against the various architecture variations. */
enum ix86_arch_indices { enum ix86_arch_indices {
......
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