Home
last modified time | relevance | path

Searched refs:FIRST_STACK_REG (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc189 #define REG_STACK_SIZE (LAST_STACK_REG - FIRST_STACK_REG + 1)
241 FP_mode_reg[LAST_STACK_REG+1-FIRST_STACK_REG][(int) MAX_MACHINE_MODE];
244 (FP_mode_reg[(regno)-FIRST_STACK_REG][(int) (mode)])
382 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; in straighten_stack()
568 for (i = FIRST_STACK_REG; i < LAST_STACK_REG + 1; i++) in check_asm_stack_operands()
607 for (i = FIRST_STACK_REG; i < LAST_STACK_REG + 1; i++) in check_asm_stack_operands()
625 for (i = FIRST_STACK_REG; i < LAST_STACK_REG + 1; i++) in check_asm_stack_operands()
722 gcc_assert (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)); in replace_reg()
768 return i >= 0 ? (FIRST_STACK_REG + regstack->top - i) : -1; in get_hard_regnum()
782 machine_mode raw_mode = reg_raw_mode[FIRST_STACK_REG]; in emit_pop_insn()
[all …]
H A Dsched-deps.cc2451 if (regno >= FIRST_STACK_REG && regno <= LAST_STACK_REG) in sched_analyze_1()
2454 if (regno != FIRST_STACK_REG) in sched_analyze_1()
2455 sched_analyze_reg (deps, FIRST_STACK_REG, mode, code, insn); in sched_analyze_1()
2458 FIRST_STACK_REG); in sched_analyze_1()
2591 if (regno >= FIRST_STACK_REG && regno <= LAST_STACK_REG) in sched_analyze_2()
2594 if (regno != FIRST_STACK_REG) in sched_analyze_2()
2595 sched_analyze_reg (deps, FIRST_STACK_REG, mode, USE, insn); in sched_analyze_2()
2596 sched_analyze_reg (deps, FIRST_STACK_REG, mode, SET, insn); in sched_analyze_2()
H A Dpostreload-gcse.cc818 && (REGNO (dest) < FIRST_STACK_REG || REGNO (dest) > LAST_STACK_REG) in hash_scan_set()
836 && (REGNO (src) < FIRST_STACK_REG || REGNO (src) > LAST_STACK_REG) in hash_scan_set()
H A Dsel-sched-ir.cc2489 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)) in deps_init_id_note_reg_set()
2643 if (IN_RANGE (DF_REF_REGNO (def), FIRST_STACK_REG, LAST_STACK_REG)) in maybe_downgrade_id_to_use()
2692 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)) in setup_id_reg_sets()
2693 SET_REGNO_REG_SET (IDATA_REG_SETS (id), FIRST_STACK_REG); in setup_id_reg_sets()
2717 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)) in setup_id_reg_sets()
2718 SET_REGNO_REG_SET (IDATA_REG_USES (id), FIRST_STACK_REG); in setup_id_reg_sets()
H A Dreginfo.cc728 if (IN_RANGE (i, FIRST_STACK_REG, LAST_STACK_REG)) in globalize_reg()
H A Dlra-lives.cc1069 for (px = FIRST_STACK_REG; px <= LAST_STACK_REG; px++) in process_bb_lives()
H A Dira-lives.cc1489 for (px = FIRST_STACK_REG; px <= LAST_STACK_REG; px++) in process_bb_node_lives()
H A Dsel-sched.cc1133 for (cur_reg = FIRST_STACK_REG; cur_reg <= LAST_STACK_REG; cur_reg++) in init_hard_regs_data()
1214 if (IN_RANGE (REGNO (orig_dest), FIRST_STACK_REG, LAST_STACK_REG) in mark_unavailable_hard_regs()
1215 && REGNO_REG_SET_P (used_regs, FIRST_STACK_REG)) in mark_unavailable_hard_regs()
H A Dregrename.cc1752 && IN_RANGE (REGNO (op), FIRST_STACK_REG, LAST_STACK_REG)) in build_def_use()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c188 #define REG_STACK_SIZE (LAST_STACK_REG - FIRST_STACK_REG + 1)
240 FP_mode_reg[LAST_STACK_REG+1-FIRST_STACK_REG][(int) MAX_MACHINE_MODE];
243 (FP_mode_reg[(regno)-FIRST_STACK_REG][(int) (mode)])
381 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; in straighten_stack()
567 for (i = FIRST_STACK_REG; i < LAST_STACK_REG + 1; i++) in check_asm_stack_operands()
606 for (i = FIRST_STACK_REG; i < LAST_STACK_REG + 1; i++) in check_asm_stack_operands()
624 for (i = FIRST_STACK_REG; i < LAST_STACK_REG + 1; i++) in check_asm_stack_operands()
721 gcc_assert (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)); in replace_reg()
767 return i >= 0 ? (FIRST_STACK_REG + regstack->top - i) : -1; in get_hard_regnum()
781 machine_mode raw_mode = reg_raw_mode[FIRST_STACK_REG]; in emit_pop_insn()
[all …]
H A Dsched-deps.c2451 if (regno >= FIRST_STACK_REG && regno <= LAST_STACK_REG) in sched_analyze_1()
2454 if (regno != FIRST_STACK_REG) in sched_analyze_1()
2455 sched_analyze_reg (deps, FIRST_STACK_REG, mode, code, insn); in sched_analyze_1()
2458 FIRST_STACK_REG); in sched_analyze_1()
2606 if (regno >= FIRST_STACK_REG && regno <= LAST_STACK_REG) in sched_analyze_2()
2609 if (regno != FIRST_STACK_REG) in sched_analyze_2()
2610 sched_analyze_reg (deps, FIRST_STACK_REG, mode, USE, insn); in sched_analyze_2()
2611 sched_analyze_reg (deps, FIRST_STACK_REG, mode, SET, insn); in sched_analyze_2()
H A Dpostreload-gcse.c817 && (REGNO (dest) < FIRST_STACK_REG || REGNO (dest) > LAST_STACK_REG) in hash_scan_set()
835 && (REGNO (src) < FIRST_STACK_REG || REGNO (src) > LAST_STACK_REG) in hash_scan_set()
H A Dsel-sched-ir.c2489 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)) in deps_init_id_note_reg_set()
2643 if (IN_RANGE (DF_REF_REGNO (def), FIRST_STACK_REG, LAST_STACK_REG)) in maybe_downgrade_id_to_use()
2692 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)) in setup_id_reg_sets()
2693 SET_REGNO_REG_SET (IDATA_REG_SETS (id), FIRST_STACK_REG); in setup_id_reg_sets()
2717 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG)) in setup_id_reg_sets()
2718 SET_REGNO_REG_SET (IDATA_REG_USES (id), FIRST_STACK_REG); in setup_id_reg_sets()
H A Dreginfo.c701 if (IN_RANGE (i, FIRST_STACK_REG, LAST_STACK_REG)) in globalize_reg()
H A Dlra-lives.c1045 for (px = FIRST_STACK_REG; px <= LAST_STACK_REG; px++) in process_bb_lives()
H A Dira-lives.c1480 for (px = FIRST_STACK_REG; px <= LAST_STACK_REG; px++) in process_bb_node_lives()
H A Dsel-sched.c1133 for (cur_reg = FIRST_STACK_REG; cur_reg <= LAST_STACK_REG; cur_reg++) in init_hard_regs_data()
1214 if (IN_RANGE (REGNO (orig_dest), FIRST_STACK_REG, LAST_STACK_REG) in mark_unavailable_hard_regs()
1215 && REGNO_REG_SET_P (used_regs, FIRST_STACK_REG)) in mark_unavailable_hard_regs()
H A Dlra-assigns.c547 for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++) in find_hard_regno_for_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dlynx.h51 : ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (int) (n) + 8 \
H A Di386.h1168 #define FIRST_STACK_REG ST0_REG macro
1417 #define STACK_REGNO_P(N) IN_RANGE ((N), FIRST_STACK_REG, LAST_STACK_REG)
1460 #define FIRST_FLOAT_REG FIRST_STACK_REG
H A Di386.cc2696 return gen_rtx_REG (mode, FIRST_STACK_REG); in construct_container()
2732 return gen_rtx_REG (XFmode, FIRST_STACK_REG); in construct_container()
3805 rtx st_reg = gen_rtx_REG (XFmode, FIRST_STACK_REG); in zero_all_st_registers()
3890 for (unsigned int regno = FIRST_STACK_REG; regno <= LAST_STACK_REG; regno++) in ix86_zero_call_used_regs()
14793 bool stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG); in output_fix_trunc()
14846 regno -= FIRST_STACK_REG; in output_387_ffreep()
14872 stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG); in output_fp_compare()
14887 && find_regno_note (insn, REG_DEAD, FIRST_STACK_REG + 1)) in output_fp_compare()
14889 gcc_assert (REGNO (xops[1]) == FIRST_STACK_REG + 1); in output_fp_compare()
21097 for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++) in x86_order_regs_for_local_alloc()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dlynx.h51 : ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (int) (n) + 8 \
H A Di386.h1298 #define FIRST_STACK_REG ST0_REG macro
1535 #define STACK_REGNO_P(N) IN_RANGE ((N), FIRST_STACK_REG, LAST_STACK_REG)
1575 #define FIRST_FLOAT_REG FIRST_STACK_REG
H A Dsync.md325 gcc_assert (find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != NULL_RTX);
H A Di386.c2580 return gen_rtx_REG (mode, FIRST_STACK_REG); in construct_container()
2616 return gen_rtx_REG (XFmode, FIRST_STACK_REG); in construct_container()
14168 bool stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG); in output_fix_trunc()
14221 regno -= FIRST_STACK_REG; in output_387_ffreep()
14247 stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG); in output_fp_compare()
14262 && find_regno_note (insn, REG_DEAD, FIRST_STACK_REG + 1)) in output_fp_compare()
14264 gcc_assert (REGNO (xops[1]) == FIRST_STACK_REG + 1); in output_fp_compare()
20012 for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++) in x86_order_regs_for_local_alloc()
20031 for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++) in x86_order_regs_for_local_alloc()
21190 if (REGNO (operands[0]) == FIRST_STACK_REG) in output_387_reg_move()

12