Home
last modified time | relevance | path

Searched refs:split_code (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c598 int split_code = (GET_CODE (desc) == DEFINE_INSN_AND_REWRITE ? 5 : 6); in process_rtx() local
627 XSTR (split, 3) = XSTR (desc, split_code); in process_rtx()
630 attr = XVEC (desc, split_code + 1); in process_rtx()
H A Dcombine.c3842 enum rtx_code split_code = GET_CODE (*split); in try_combine() local
3873 if (split_code == MULT in try_combine()
3883 split_code = GET_CODE (*split); in try_combine()
3887 if (split_code == PLUS in try_combine()
3900 split_code = GET_CODE (*split); in try_combine()
3906 if (split_code == SUBREG && MEM_P (SUBREG_REG (*split))) in try_combine()
4000 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgensupport.cc599 int split_code = (GET_CODE (desc) == DEFINE_INSN_AND_REWRITE ? 5 : 6); in process_rtx() local
628 XSTR (split, 3) = XSTR (desc, split_code); in process_rtx()
631 attr = XVEC (desc, split_code + 1); in process_rtx()
H A Dcombine.cc3724 enum rtx_code split_code = GET_CODE (*split); in try_combine() local
3755 if (split_code == MULT in try_combine()
3765 split_code = GET_CODE (*split); in try_combine()
3769 if (split_code == PLUS in try_combine()
3782 split_code = GET_CODE (*split); in try_combine()
3788 if (split_code == SUBREG && MEM_P (SUBREG_REG (*split))) in try_combine()
3882 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine()