Searched refs:validate_replace_rtx_part (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | recog.h | 99 extern int validate_replace_rtx_part (rtx, rtx, rtx *, rtx);
|
H A D | recog.c | 796 validate_replace_rtx_part (rtx from, rtx to, rtx *where, rtx insn) in validate_replace_rtx_part() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | recog.h | 109 extern int validate_replace_rtx_part (rtx, rtx, rtx *, rtx_insn *);
|
H A D | recog.c | 824 validate_replace_rtx_part (rtx from, rtx to, rtx *where, rtx_insn *insn) in validate_replace_rtx_part() function
|