Home
last modified time | relevance | path

Searched refs:STACK_REG_P (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dreg-stack.c281 if (STACK_REG_P (pat)) in stack_regs_mentioned_p()
515 if (STACK_REG_P (reg)) in check_asm_stack_operands()
1048 if (STACK_REG_P (src) && STACK_REG_P (dest)) in move_for_stack_reg()
1360 if (STACK_REG_P (*src2)) in compare_for_stack_reg()
1369 if (STACK_REG_P (*src2)) in compare_for_stack_reg()
1393 && ! (STACK_REG_P (*src1) && STACK_REG_P (*src2) in compare_for_stack_reg()
1431 if (STACK_REG_P (x)) in subst_all_stack_regs_in_debug_insn()
1490 if (STACK_REG_P (*dest)) in subst_stack_regs_pat()
1556 if (STACK_REG_P (*src) in subst_stack_regs_pat()
1644 if (! STACK_REG_P (*src1) || ! STACK_REG_P (*src2)) in subst_stack_regs_pat()
[all …]
H A Dcfgcleanup.c1245 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
1249 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
H A Difcvt.c180 if (set && STACK_REG_P (SET_DEST (set))) in cheap_bb_rtx_cost_p()
H A Dreload1.c1340 if (GET_CODE (t) == CLOBBER && STACK_REG_P (XEXP (t, 0))) in maybe_fix_stack_asms()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreg-stack.c283 if (STACK_REG_P (pat)) in stack_regs_mentioned_p()
516 if (STACK_REG_P (reg)) in check_asm_stack_operands()
957 if (STACK_REG_P (src) && STACK_REG_P (dest)) in move_for_stack_reg()
1267 if (STACK_REG_P (*src2)) in compare_for_stack_reg()
1276 if (STACK_REG_P (*src2)) in compare_for_stack_reg()
1290 && ! (STACK_REG_P (*src1) && STACK_REG_P (*src2) in compare_for_stack_reg()
1329 if (!STACK_REG_P (*loc)) in subst_stack_regs_in_debug_insn()
1403 if (STACK_REG_P (*dest)) in subst_stack_regs_pat()
1469 if (STACK_REG_P (*src) in subst_stack_regs_pat()
1562 if (! STACK_REG_P (*src1) || ! STACK_REG_P (*src2)) in subst_stack_regs_pat()
[all …]
H A Dcfgcleanup.c1172 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
1176 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
H A Difcvt.c173 if (set && STACK_REG_P (SET_DEST (set))) in cheap_bb_rtx_cost_p()
H A Dreload1.c1372 if (GET_CODE (t) == CLOBBER && STACK_REG_P (XEXP (t, 0))) in maybe_fix_stack_asms()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dsync.md198 if (STACK_REG_P (tmp))
360 if (STACK_REG_P (tmp))
H A Di386.h1492 #define STACK_REG_P(X) (REG_P (X) && STACK_REGNO_P (REGNO (X))) macro
H A Di386.c6307 if (STACK_REG_P (a) || STACK_REG_P (b)) in ix86_function_ok_for_sibcall()
18197 if (STACK_REG_P (x)) in ix86_print_operand()
19187 if (STACK_REG_P (operands[0]) in output_387_binary_op()
19190 && (STACK_REG_P (operands[2]) || MEM_P (operands[2]))) in output_387_binary_op()
19193 && (STACK_REG_P (operands[1]) || MEM_P (operands[1])))) in output_387_binary_op()
19844 if (STACK_REG_P (xops[1]) in output_fp_compare()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1355 #define STACK_REG_P(XOP) (REG_P (XOP) && STACK_REGNO_P (REGNO (XOP))) macro
H A Di386.c4839 if (STACK_REG_P (a) || STACK_REG_P (b)) in ix86_function_ok_for_sibcall()
14116 if (STACK_REG_P (x)) in ix86_print_operand()
14970 if (STACK_REG_P (operands[0]) in output_387_binary_op()
14973 && (STACK_REG_P (operands[2]) || MEM_P (operands[2]))) in output_387_binary_op()
14976 && (STACK_REG_P (operands[1]) || MEM_P (operands[1])))) in output_387_binary_op()
15434 if (STACK_REG_P (cmp_op1) in output_fp_compare()