Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()