Home
last modified time | relevance | path

Searched refs:index_code (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Daddresses.h28 enum rtx_code index_code ATTRIBUTE_UNUSED) in base_reg_class()
31 return MODE_CODE_BASE_REG_CLASS (mode, outer_code, index_code); in base_reg_class()
34 if (index_code == REG) in base_reg_class()
53 enum rtx_code index_code ATTRIBUTE_UNUSED) in ok_for_base_p_1()
56 return REGNO_MODE_CODE_OK_FOR_BASE_P (regno, mode, outer_code, index_code); in ok_for_base_p_1()
59 if (index_code == REG) in ok_for_base_p_1()
75 enum rtx_code outer_code, enum rtx_code index_code) in regno_ok_for_base_p() argument
80 return ok_for_base_p_1 (regno, mode, outer_code, index_code); in regno_ok_for_base_p()
H A Dregrename.c532 enum rtx_code index_code = SCRATCH; in scan_rtx_address() local
551 index_code = GET_CODE (*locI); in scan_rtx_address()
558 index_code = GET_CODE (*locI); in scan_rtx_address()
594 index_code = GET_CODE (*locI); in scan_rtx_address()
600 index_code = GET_CODE (*locI); in scan_rtx_address()
606 index_code = GET_CODE (*locI); in scan_rtx_address()
1475 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
1482 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
1518 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
1524 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
[all …]
H A Dregclass.c878 enum rtx_code outer_code, enum rtx_code index_code) in ok_for_base_p_nonstrict() argument
884 return ok_for_base_p_1 (regno, mode, outer_code, index_code); in ok_for_base_p_nonstrict()
1942 enum rtx_code outer_code, enum rtx_code index_code, in record_address_regs() argument
1951 class = base_reg_class (mode, outer_code, index_code); in record_address_regs()
H A Dreload.c5367 enum rtx_code outer_code, enum rtx_code index_code, in find_reloads_address_1() argument
5382 context_reg_class = base_reg_class (mode, outer_code, index_code); in find_reloads_address_1()
5533 enum rtx_code index_code; in find_reloads_address_1() local
5565 index_code = GET_CODE (XEXP (op1, 1)); in find_reloads_address_1()
5601 index_code), in find_reloads_address_1()
5614 if (!regno_ok_for_base_p (regno, GET_MODE (x), code, index_code)) in find_reloads_address_1()
5618 base_reg_class (mode, code, index_code), in find_reloads_address_1()
5683 index_code)) in find_reloads_address_1()
5862 index_code)) in find_reloads_address_1()
5895 index_code)) in find_reloads_address_1()
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi2331 @defmac MODE_CODE_BASE_REG_CLASS (@var{mode}, @var{outer_code}, @var{index_code})
2333 base register must belong. @var{outer_code} and @var{index_code} define the
2337 @code{address_operand}). @var{index_code} is the code of the corresponding
2378 @defmac REGNO_MODE_CODE_OK_FOR_BASE_P (@var{num}, @var{mode}, @var{outer_code}, @var{index_code})
2383 something that occurs in an @code{address_operand}). @var{index_code} is the