Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c282 if (STACK_REG_P (pat)) in stack_regs_mentioned_p()
426 if (STACK_REG_P (subreg)) in get_true_reg()
523 if (STACK_REG_P (reg)) in check_asm_stack_operands()
540 if (STACK_REG_P (recog_data.operand[i])) in check_asm_stack_operands()
589 if (STACK_REG_P (recog_data.operand[i])) in check_asm_stack_operands()
648 if (STACK_REG_P (recog_data.operand[i]) && op_alt[i].matches == -1) in check_asm_stack_operands()
706 return result != 0 && STACK_REG_P (result) ? result : 0; in stack_result()
722 gcc_assert (STACK_REG_P (*reg)); in replace_reg()
761 gcc_assert (STACK_REG_P (reg)); in get_hard_regnum()
1064 if (STACK_REG_P (src) && STACK_REG_P (dest)) in move_for_stack_reg()
[all …]
H A Dcfgcleanup.c1260 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
1264 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
H A Difcvt.c179 if (set && STACK_REG_P (SET_DEST (set))) in cheap_bb_rtx_cost_p()
H A Dreload1.c1338 if (GET_CODE (t) == CLOBBER && STACK_REG_P (XEXP (t, 0))) in maybe_fix_stack_asms()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc283 if (STACK_REG_P (pat)) in stack_regs_mentioned_p()
427 if (STACK_REG_P (subreg)) in get_true_reg()
524 if (STACK_REG_P (reg)) in check_asm_stack_operands()
541 if (STACK_REG_P (recog_data.operand[i])) in check_asm_stack_operands()
590 if (STACK_REG_P (recog_data.operand[i])) in check_asm_stack_operands()
649 if (STACK_REG_P (recog_data.operand[i]) && op_alt[i].matches == -1) in check_asm_stack_operands()
707 return result != 0 && STACK_REG_P (result) ? result : 0; in stack_result()
723 gcc_assert (STACK_REG_P (*reg)); in replace_reg()
762 gcc_assert (STACK_REG_P (reg)); in get_hard_regnum()
1065 if (STACK_REG_P (src) && STACK_REG_P (dest)) in move_for_stack_reg()
[all …]
H A Dcfgcleanup.cc1259 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
1263 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
H A Difcvt.cc187 if (set && STACK_REG_P (SET_DEST (set))) in cheap_bb_rtx_cost_p()
H A Dreload1.cc1337 if (GET_CODE (t) == CLOBBER && STACK_REG_P (XEXP (t, 0))) in maybe_fix_stack_asms()
H A DChangeLog-201212607 * config/i386/sync.md (atomic_loaddi_fpu): Use STACK_REG_P instead
12610 * reg-stack.c (get_true_reg): Use STACK_REG_P instead of FP_REG_P.
H A DChangeLog-20067100 (STACK_REG_P): Use STACK_REGNO_P.
H A DChangeLog-200235264 (STACK_REG_P): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsync.md198 if (STACK_REG_P (tmp))
290 if (STACK_REG_P (tmp))
H A Di386.h1534 #define STACK_REG_P(X) (REG_P (X) && STACK_REGNO_P (REGNO (X))) macro
H A Di386.c954 if (STACK_REG_P (a) || STACK_REG_P (b)) in ix86_function_ok_for_sibcall()
12694 if (STACK_REG_P (x)) in ix86_print_operand()
13622 if (STACK_REG_P (operands[0]) in output_387_binary_op()
13625 && (STACK_REG_P (operands[2]) || MEM_P (operands[2]))) in output_387_binary_op()
13628 && (STACK_REG_P (operands[1]) || MEM_P (operands[1])))) in output_387_binary_op()
14260 if (STACK_REG_P (xops[1]) in output_fp_compare()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsync.md205 if (STACK_REG_P (tmp))
297 if (STACK_REG_P (tmp))
H A Di386.h1416 #define STACK_REG_P(X) (REG_P (X) && STACK_REGNO_P (REGNO (X))) macro
H A Di386.cc975 if (STACK_REG_P (a) || STACK_REG_P (b)) in ix86_function_ok_for_sibcall()
3791 && (STACK_REG_P (crtl->return_rtx))); in zero_all_st_registers()
13197 if (STACK_REG_P (x)) in ix86_print_operand()
14192 if (STACK_REG_P (operands[0]) in output_387_binary_op()
14195 && (STACK_REG_P (operands[2]) || MEM_P (operands[2]))) in output_387_binary_op()
14198 && (STACK_REG_P (operands[1]) || MEM_P (operands[1])))) in output_387_binary_op()
14885 if (STACK_REG_P (xops[1]) in output_fp_compare()