Searched refs:index_code (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Daddresses.h28 enum rtx_code index_code ATTRIBUTE_UNUSED)
31 return MODE_CODE_BASE_REG_CLASS (mode, outer_code, index_code);
34 if (index_code == REG)
53 enum rtx_code index_code ATTRIBUTE_UNUSED)
56 return REGNO_MODE_CODE_OK_FOR_BASE_P (regno, mode, outer_code, index_code);
59 if (index_code == REG)
75 enum rtx_code outer_code, enum rtx_code index_code)
80 return ok_for_base_p_1 (regno, mode, outer_code, index_code);
74 regno_ok_for_base_p(unsigned regno, enum machine_mode mode, enum rtx_code outer_code, enum rtx_code index_code) argument
H A Dregrename.c532 enum rtx_code index_code = SCRATCH; local
551 index_code = GET_CODE (*locI);
558 index_code = GET_CODE (*locI);
564 index_code = GET_CODE (XEXP (x, 0));
570 index_code = GET_CODE (XEXP (x, 1));
594 index_code = GET_CODE (*locI);
600 index_code = GET_CODE (*locI);
606 index_code = GET_CODE (*locI);
612 scan_rtx_address (insn, locB, base_reg_class (mode, PLUS, index_code),
1457 enum rtx_code index_code
1456 enum rtx_code index_code = SCRATCH; local
[all...]
H A Dregclass.c880 enum rtx_code outer_code, enum rtx_code index_code)
886 return ok_for_base_p_1 (regno, mode, outer_code, index_code);
1950 enum rtx_code outer_code, enum rtx_code index_code,
1959 class = base_reg_class (mode, outer_code, index_code);
877 ok_for_base_p_nonstrict(rtx reg, enum machine_mode mode, enum rtx_code outer_code, enum rtx_code index_code) argument
1941 record_address_regs(enum machine_mode mode, rtx x, int context, enum rtx_code outer_code, enum rtx_code index_code, int scale) argument
H A Dreload.c5386 enum rtx_code outer_code, enum rtx_code index_code,
5401 context_reg_class = base_reg_class (mode, outer_code, index_code);
5552 enum rtx_code index_code;
5584 index_code = GET_CODE (XEXP (op1, 1));
5620 index_code),
5633 if (!regno_ok_for_base_p (regno, GET_MODE (x), code, index_code))
5637 base_reg_class (mode, code, index_code),
5702 index_code))
5881 index_code))
5914 index_code))
5366 find_reloads_address_1(enum machine_mode mode, rtx x, int context, enum rtx_code outer_code, enum rtx_code index_code, rtx *loc, int opnum, enum reload_type type, int ind_levels, rtx insn) argument
5533 enum rtx_code index_code; local
[all...]

Completed in 99 milliseconds