Home
last modified time | relevance | path

Searched refs:TARGET_PARTIAL_REG_STALL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dconstraints.md92 ;; p Integer register when TARGET_PARTIAL_REG_STALL is disabled
109 "TARGET_PARTIAL_REG_STALL ? NO_REGS : GENERAL_REGS"
110 "@internal Any integer register when TARGET_PARTIAL_REG_STALL is disabled.")
H A Di386.h339 #define TARGET_PARTIAL_REG_STALL ix86_tune_features[X86_TUNE_PARTIAL_REG_STALL] macro
1086 : (MODE) == HImode && !TARGET_PARTIAL_REG_STALL ? SImode \
H A Di386.c15244 if (TARGET_64BIT || TARGET_PARTIAL_REG_STALL in emit_i387_cw_initialization()
19154 && ((mode != QImode && mode != HImode) || !TARGET_PARTIAL_REG_STALL) in ix86_expand_int_movcc()
19225 if ((!TARGET_CMOVE || (mode == QImode && TARGET_PARTIAL_REG_STALL)) in ix86_expand_int_movcc()
19304 if (!TARGET_CMOVE || (mode == QImode && TARGET_PARTIAL_REG_STALL)) in ix86_expand_int_movcc()
21034 if (TARGET_PARTIAL_REG_STALL && !optimize_insn_for_size_p ()) in ix86_split_ashl()
22583 if (!TARGET_PARTIAL_REG_STALL) in promote_duplicated_reg()
22588 + (COSTS_N_INSNS (TARGET_PARTIAL_REG_STALL == 0))) in promote_duplicated_reg()
22599 if (!TARGET_PARTIAL_REG_STALL) in promote_duplicated_reg()
31445 if (!TARGET_PARTIAL_REG_STALL) in ix86_hard_regno_mode_ok()
31479 return TARGET_64BIT || !TARGET_PARTIAL_REG_STALL; in ix86_tieable_integer_mode_p()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dconstraints.md110 ;; p Integer register when TARGET_PARTIAL_REG_STALL is disabled
159 "TARGET_PARTIAL_REG_STALL ? NO_REGS : GENERAL_REGS"
160 "@internal Any integer register when TARGET_PARTIAL_REG_STALL is disabled.")
H A Di386.h427 #define TARGET_PARTIAL_REG_STALL ix86_tune_features[X86_TUNE_PARTIAL_REG_STALL] macro
1205 && TARGET_PARTIAL_REG_STALL) \
H A Di386.c23638 && ((mode != QImode && mode != HImode) || !TARGET_PARTIAL_REG_STALL) in ix86_expand_int_movcc()
23709 if ((!TARGET_CMOVE || (mode == QImode && TARGET_PARTIAL_REG_STALL)) in ix86_expand_int_movcc()
23789 if (!TARGET_CMOVE || (mode == QImode && TARGET_PARTIAL_REG_STALL)) in ix86_expand_int_movcc()
26028 if (TARGET_PARTIAL_REG_STALL && !optimize_insn_for_size_p ()) in ix86_split_ashl()
27583 if (!TARGET_PARTIAL_REG_STALL) in promote_duplicated_reg()
27588 + (COSTS_N_INSNS (TARGET_PARTIAL_REG_STALL == 0))) in promote_duplicated_reg()
27599 if (!TARGET_PARTIAL_REG_STALL) in promote_duplicated_reg()
40448 if (!TARGET_PARTIAL_REG_STALL) in ix86_hard_regno_mode_ok()
40498 return TARGET_64BIT || !TARGET_PARTIAL_REG_STALL; in ix86_tieable_integer_mode_p()