Searched refs:slot_pat (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dresource.c348 rtx slot_pat = PATTERN (XVECEXP (sequence, 0, i));
349 if (GET_CODE (slot_pat) == SET
350 && rtx_equal_p (SET_DEST (slot_pat),
344 rtx slot_pat = PATTERN (XVECEXP (sequence, 0, i)); local
/haiku-buildtools/gcc/gcc/
H A Dresource.c372 rtx slot_pat = PATTERN (sequence->element (i));
373 if (GET_CODE (slot_pat) == SET
374 && rtx_equal_p (SET_DEST (slot_pat),
368 rtx slot_pat = PATTERN (sequence->element (i)); local
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c6779 rtx slot_pat;
6784 && (slot_pat = PATTERN (slot_insn)) != 0
6788 && GET_CODE (slot_pat) == SET
6789 && ((GET_CODE (SET_DEST (slot_pat)) == REG
6791 && REGNO (SET_DEST (slot_pat)) ==
6793 || (GET_CODE (SET_DEST (slot_pat)) == SUBREG
6795 && REGNO (SUBREG_REG (SET_DEST (slot_pat))) ==
6797 && SUBREG_WORD (SET_DEST (slot_pat)) ==
6801 && GET_CODE (slot_pat) == SET
6802 && (GET_MODE (SET_DEST (slot_pat))
6754 rtx slot_pat; local
[all...]

Completed in 136 milliseconds