Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Daddresses.h31 enum rtx_code index_code ATTRIBUTE_UNUSED) in base_reg_class()
35 index_code); in base_reg_class()
38 if (index_code == REG) in base_reg_class()
59 enum rtx_code index_code ATTRIBUTE_UNUSED) in ok_for_base_p_1()
63 outer_code, index_code); in ok_for_base_p_1()
66 if (index_code == REG) in ok_for_base_p_1()
82 enum rtx_code outer_code, enum rtx_code index_code) in regno_ok_for_base_p() argument
87 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in regno_ok_for_base_p()
H A Dregcprop.c560 enum rtx_code index_code = SCRATCH; in replace_oldest_value_addr() local
579 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
586 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
592 index_code = GET_CODE (XEXP (x, 0)); in replace_oldest_value_addr()
598 index_code = GET_CODE (XEXP (x, 1)); in replace_oldest_value_addr()
621 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
627 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
633 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
642 index_code), in replace_oldest_value_addr()
H A Dregrename.c1266 rtx_code code, rtx_code index_code) in base_reg_class_for_rename() argument
1270 return base_reg_class (mode, as, code, index_code); in base_reg_class_for_rename()
1301 enum rtx_code index_code = SCRATCH; in scan_rtx_address() local
1320 index_code = GET_CODE (*locI); in scan_rtx_address()
1327 index_code = GET_CODE (*locI); in scan_rtx_address()
1333 index_code = GET_CODE (XEXP (x, 0)); in scan_rtx_address()
1339 index_code = GET_CODE (XEXP (x, 1)); in scan_rtx_address()
1362 index_code = GET_CODE (*locI); in scan_rtx_address()
1368 index_code = GET_CODE (*locI); in scan_rtx_address()
1374 index_code = GET_CODE (*locI); in scan_rtx_address()
[all …]
H A Dira-costs.c1068 enum rtx_code outer_code, enum rtx_code index_code) in ok_for_base_p_nonstrict() argument
1074 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in ok_for_base_p_nonstrict()
1092 enum rtx_code index_code, int scale) in record_address_regs() argument
1100 rclass = base_reg_class (mode, as, outer_code, index_code); in record_address_regs()
H A Dreload.c5544 enum rtx_code outer_code, enum rtx_code index_code, in find_reloads_address_1() argument
5560 context_reg_class = base_reg_class (mode, as, outer_code, index_code); in find_reloads_address_1()
5711 enum rtx_code index_code; in find_reloads_address_1() local
5747 index_code = GET_CODE (XEXP (op1, 1)); in find_reloads_address_1()
5783 code, index_code), in find_reloads_address_1()
5796 if (!regno_ok_for_base_p (regno, GET_MODE (x), as, code, index_code)) in find_reloads_address_1()
5801 code, index_code), in find_reloads_address_1()
5869 index_code)) in find_reloads_address_1()
6014 index_code)) in find_reloads_address_1()
6047 index_code)) in find_reloads_address_1()
H A Drtlanal.c6351 enum rtx_code outer_code, enum rtx_code index_code) in baseness() argument
6364 bool base_p = ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in baseness()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Daddresses.h31 enum rtx_code index_code ATTRIBUTE_UNUSED) in base_reg_class()
35 index_code); in base_reg_class()
38 if (index_code == REG) in base_reg_class()
59 enum rtx_code index_code ATTRIBUTE_UNUSED) in ok_for_base_p_1()
63 outer_code, index_code); in ok_for_base_p_1()
66 if (index_code == REG) in ok_for_base_p_1()
82 enum rtx_code outer_code, enum rtx_code index_code) in regno_ok_for_base_p() argument
87 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in regno_ok_for_base_p()
H A Dregrename.cc1286 rtx_code code, rtx_code index_code) in base_reg_class_for_rename() argument
1290 return base_reg_class (mode, as, code, index_code); in base_reg_class_for_rename()
1321 enum rtx_code index_code = SCRATCH; in scan_rtx_address() local
1340 index_code = GET_CODE (*locI); in scan_rtx_address()
1347 index_code = GET_CODE (*locI); in scan_rtx_address()
1353 index_code = GET_CODE (XEXP (x, 0)); in scan_rtx_address()
1359 index_code = GET_CODE (XEXP (x, 1)); in scan_rtx_address()
1382 index_code = GET_CODE (*locI); in scan_rtx_address()
1388 index_code = GET_CODE (*locI); in scan_rtx_address()
1394 index_code = GET_CODE (*locI); in scan_rtx_address()
[all …]
H A Dregcprop.cc562 enum rtx_code index_code = SCRATCH; in replace_oldest_value_addr() local
581 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
588 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
594 index_code = GET_CODE (XEXP (x, 0)); in replace_oldest_value_addr()
600 index_code = GET_CODE (XEXP (x, 1)); in replace_oldest_value_addr()
623 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
629 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
635 index_code = GET_CODE (*locI); in replace_oldest_value_addr()
644 index_code), in replace_oldest_value_addr()
H A Dira-costs.cc1129 enum rtx_code outer_code, enum rtx_code index_code) in ok_for_base_p_nonstrict() argument
1135 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in ok_for_base_p_nonstrict()
1153 enum rtx_code index_code, int scale) in record_address_regs() argument
1161 rclass = base_reg_class (mode, as, outer_code, index_code); in record_address_regs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.h378 #define REGNO_MODE_CODE_OK_FOR_BASE_P(regno, mode, address_space, outer_code, index_code) \ argument
379 rl78_regno_mode_code_ok_for_base_p (regno, mode, address_space, outer_code, index_code)
381 #define MODE_CODE_BASE_REG_CLASS(mode, address_space, outer_code, index_code) \ argument
382 rl78_mode_code_base_reg_class (mode, address_space, outer_code, index_code)
H A Drl78.c1265 int outer_code ATTRIBUTE_UNUSED, int index_code) in rl78_regno_mode_code_ok_for_base_p() argument
1269 if (index_code == REG) in rl78_regno_mode_code_ok_for_base_p()
1281 int index_code ATTRIBUTE_UNUSED) in rl78_mode_code_base_reg_class()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.h378 #define REGNO_MODE_CODE_OK_FOR_BASE_P(regno, mode, address_space, outer_code, index_code) \ argument
379 rl78_regno_mode_code_ok_for_base_p (regno, mode, address_space, outer_code, index_code)
381 #define MODE_CODE_BASE_REG_CLASS(mode, address_space, outer_code, index_code) \ argument
382 rl78_mode_code_base_reg_class (mode, address_space, outer_code, index_code)
H A Drl78.cc1265 int outer_code ATTRIBUTE_UNUSED, int index_code) in rl78_regno_mode_code_ok_for_base_p() argument
1269 if (index_code == REG) in rl78_regno_mode_code_ok_for_base_p()
1281 int index_code ATTRIBUTE_UNUSED) in rl78_mode_code_base_reg_class()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h278 #define MODE_CODE_BASE_REG_CLASS(mode, as, outer_code, index_code) \ argument
279 avr_mode_code_base_reg_class (mode, as, outer_code, index_code)
283 #define REGNO_MODE_CODE_OK_FOR_BASE_P(num, mode, as, outer_code, index_code) \ argument
284 avr_regno_mode_code_ok_for_base_p (num, mode, as, outer_code, index_code)
H A Davr.c12187 RTX_CODE index_code ATTRIBUTE_UNUSED) in avr_mode_code_base_reg_class()
12208 RTX_CODE index_code ATTRIBUTE_UNUSED) in avr_regno_mode_code_ok_for_base_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.h283 #define MODE_CODE_BASE_REG_CLASS(mode, as, outer_code, index_code) \ argument
284 avr_mode_code_base_reg_class (mode, as, outer_code, index_code)
288 #define REGNO_MODE_CODE_OK_FOR_BASE_P(num, mode, as, outer_code, index_code) \ argument
289 avr_regno_mode_code_ok_for_base_p (num, mode, as, outer_code, index_code)
H A Davr.cc12612 RTX_CODE index_code ATTRIBUTE_UNUSED) in avr_mode_code_base_reg_class()
12633 RTX_CODE index_code ATTRIBUTE_UNUSED) in avr_regno_mode_code_ok_for_base_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in2121 …fmac MODE_CODE_BASE_REG_CLASS (@var{mode}, @var{address_space}, @var{outer_code}, @var{index_code})
2124 space @var{address_space} must belong. @var{outer_code} and @var{index_code}
2128 @code{address_operand}). @var{index_code} is the code of the corresponding
2167 …CODE_OK_FOR_BASE_P (@var{num}, @var{mode}, @var{address_space}, @var{outer_code}, @var{index_code})
2176 @code{address_operand}). @var{index_code} is the code of the
H A Dtm.texi2458 …fmac MODE_CODE_BASE_REG_CLASS (@var{mode}, @var{address_space}, @var{outer_code}, @var{index_code})
2461 space @var{address_space} must belong. @var{outer_code} and @var{index_code}
2465 @code{address_operand}). @var{index_code} is the code of the corresponding
2504 …CODE_OK_FOR_BASE_P (@var{num}, @var{mode}, @var{address_space}, @var{outer_code}, @var{index_code})
2513 @code{address_operand}). @var{index_code} is the code of the