Home
last modified time | relevance | path

Searched refs:note_reg (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1874 rtx *note_reg; /* Array of note contents */ local
1920 note_reg = (rtx *) alloca (i * sizeof (rtx));
1940 note_reg[n_notes] = reg;
2040 int regnum = get_hard_regnum (regstack, note_reg[i]);
2123 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j])
2138 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j])
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c1945 rtx *note_reg; /* Array of note contents */ in subst_asm_stack_regs() local
1990 note_reg = alloca (i * sizeof (rtx)); in subst_asm_stack_regs()
2010 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2108 int regnum = get_hard_regnum (regstack, note_reg[i]); in subst_asm_stack_regs()
2190 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j]) in subst_asm_stack_regs()
2205 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j]) in subst_asm_stack_regs()