Searched refs:IA64_PSR_DFH (Results 1 – 6 of 6) sorted by relevance
78 #define IA64_PSR_BITS_TO_SET (IA64_PSR_DFH | IA64_PSR_SP)90 #define IA64_PSR_DFH (__IA64_UL(1) << IA64_PSR_DFH_BIT) macro
449 #define ia64_fph_enable() do { ia64_rsm(IA64_PSR_DFH); ia64_srlz_d(); } while (0)450 #define ia64_fph_disable() do { ia64_ssm(IA64_PSR_DFH); ia64_srlz_d(); } while (0)
28 IA64_PSR_DFL | IA64_PSR_DFH)
31 IA64_PSR_DFL | IA64_PSR_DFH)
139 IA64_PSR_DFL | IA64_PSR_DFH)
261 movl r16=(IA64_PSR_IT|IA64_PSR_IC|IA64_PSR_DT|IA64_PSR_RT|IA64_PSR_DFH|IA64_PSR_BN \