diff options
author | Chen, Kenneth W <kenneth.w.chen@intel.com> | 2006-01-26 20:19:46 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-02-07 11:49:27 -0500 |
commit | 412e6a378260608bf28f29d4fa8a9241e0240a2d (patch) | |
tree | c1f7d21ef519c47a6e985d55971850174a4431bc /include/asm-ia64 | |
parent | 9df79decc395b2f9484ff93a1383ba705ff34b10 (diff) |
[IA64] use icc defined constant
Use icc defined constant instead of magic number.
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/intel_intrin.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/asm-ia64/intel_intrin.h b/include/asm-ia64/intel_intrin.h index 67a4bafdc306..d069b6acddce 100644 --- a/include/asm-ia64/intel_intrin.h +++ b/include/asm-ia64/intel_intrin.h | |||
@@ -22,11 +22,11 @@ | |||
22 | #define ia64_hint __hint | 22 | #define ia64_hint __hint |
23 | #define ia64_hint_pause __hint_pause | 23 | #define ia64_hint_pause __hint_pause |
24 | 24 | ||
25 | #define ia64_mux1_brcst 0 | 25 | #define ia64_mux1_brcst _m64_mux1_brcst |
26 | #define ia64_mux1_mix 8 | 26 | #define ia64_mux1_mix _m64_mux1_mix |
27 | #define ia64_mux1_shuf 9 | 27 | #define ia64_mux1_shuf _m64_mux1_shuf |
28 | #define ia64_mux1_alt 10 | 28 | #define ia64_mux1_alt _m64_mux1_alt |
29 | #define ia64_mux1_rev 11 | 29 | #define ia64_mux1_rev _m64_mux1_rev |
30 | 30 | ||
31 | #define ia64_mux1(x,v) _m_to_int64(_m64_mux1(_m_from_int64(x), (v))) | 31 | #define ia64_mux1(x,v) _m_to_int64(_m64_mux1(_m_from_int64(x), (v))) |
32 | #define ia64_popcnt _m64_popcnt | 32 | #define ia64_popcnt _m64_popcnt |
@@ -56,7 +56,7 @@ | |||
56 | #define ia64_stf8 __stf8 | 56 | #define ia64_stf8 __stf8 |
57 | #define ia64_stf_spill __stf_spill | 57 | #define ia64_stf_spill __stf_spill |
58 | 58 | ||
59 | #define ia64_mf __mf | 59 | #define ia64_mf __mf |
60 | #define ia64_mfa __mfa | 60 | #define ia64_mfa __mfa |
61 | 61 | ||
62 | #define ia64_fetchadd4_acq __fetchadd4_acq | 62 | #define ia64_fetchadd4_acq __fetchadd4_acq |
@@ -132,10 +132,10 @@ | |||
132 | 132 | ||
133 | /* Values for lfhint in __lfetch and __lfetch_fault */ | 133 | /* Values for lfhint in __lfetch and __lfetch_fault */ |
134 | 134 | ||
135 | #define ia64_lfhint_none 0 | 135 | #define ia64_lfhint_none __lfhint_none |
136 | #define ia64_lfhint_nt1 1 | 136 | #define ia64_lfhint_nt1 __lfhint_nt1 |
137 | #define ia64_lfhint_nt2 2 | 137 | #define ia64_lfhint_nt2 __lfhint_nt2 |
138 | #define ia64_lfhint_nta 3 | 138 | #define ia64_lfhint_nta __lfhint_nta |
139 | 139 | ||
140 | #define ia64_lfetch __lfetch | 140 | #define ia64_lfetch __lfetch |
141 | #define ia64_lfetch_excl __lfetch_excl | 141 | #define ia64_lfetch_excl __lfetch_excl |