HomeSort by: relevance | last modified time | path
    Searched defs:offset_rtx (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-utils.cc 151 rtx offset_rtx = extract_offset_rtx (insn);
153 if (offset_rtx == NULL_RTX)
156 if (REG_P (offset_rtx))
370 rtx offset_rtx; local
411 offset_rtx = XEXP (plus_rtx, 1);
415 offset_rtx = XEXP (plus_rtx, 0);
418 if (ARITHMETIC_P (offset_rtx))
420 gcc_assert (GET_CODE (offset_rtx) == MULT);
421 gcc_assert (REG_P (XEXP (offset_rtx, 0)));
422 offset_rtx = XEXP (offset_rtx, 0)
    [all...]
nds32-pipelines-auxiliary.cc 69 rtx offset_rtx; local
148 offset_rtx = XEXP (plus_rtx, 1);
149 if (GET_CODE (offset_rtx) == CONST_INT)
151 if (INTVAL (offset_rtx) < 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-utils.cc 151 rtx offset_rtx = extract_offset_rtx (insn);
153 if (offset_rtx == NULL_RTX)
156 if (REG_P (offset_rtx))
370 rtx offset_rtx; local
411 offset_rtx = XEXP (plus_rtx, 1);
415 offset_rtx = XEXP (plus_rtx, 0);
418 if (ARITHMETIC_P (offset_rtx))
420 gcc_assert (GET_CODE (offset_rtx) == MULT);
421 gcc_assert (REG_P (XEXP (offset_rtx, 0)));
422 offset_rtx = XEXP (offset_rtx, 0)
    [all...]
nds32-pipelines-auxiliary.cc 69 rtx offset_rtx; local
148 offset_rtx = XEXP (plus_rtx, 1);
149 if (GET_CODE (offset_rtx) == CONST_INT)
151 if (INTVAL (offset_rtx) < 0)
  /src/external/gpl3/gcc/dist/gcc/config/lm32/
lm32.cc 305 rtx offset_rtx; local
308 offset_rtx = GEN_INT (offset);
309 if (satisfies_constraint_K (offset_rtx))
314 offset_rtx));
322 insn = emit_move_insn (r10, offset_rtx);
  /src/external/gpl3/gcc.old/dist/gcc/config/lm32/
lm32.cc 305 rtx offset_rtx; local
308 offset_rtx = GEN_INT (offset);
309 if (satisfies_constraint_K (offset_rtx))
314 offset_rtx));
322 insn = emit_move_insn (r10, offset_rtx);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 2181 rtx offset_rtx; local
2183 offset_rtx = GEN_INT (offset);
2186 offset_rtx = gen_reg_rtx (Pmode);
2187 emit_move_insn (offset_rtx, GEN_INT (offset));
2189 rtx addr1 = gen_rtx_PLUS (Pmode, src1_addr, offset_rtx);
2190 rtx addr2 = gen_rtx_PLUS (Pmode, src2_addr, offset_rtx);
rs6000.cc 7840 rtx offset_rtx = GEN_INT (offset);
7841 new_addr = gen_rtx_PLUS (Pmode, op0, offset_rtx);
7828 rtx offset_rtx = GEN_INT (offset); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 2190 rtx offset_rtx; local
2192 offset_rtx = GEN_INT (offset);
2195 offset_rtx = gen_reg_rtx (Pmode);
2196 emit_move_insn (offset_rtx, GEN_INT (offset));
2198 rtx addr1 = gen_rtx_PLUS (Pmode, src1_addr, offset_rtx);
2199 rtx addr2 = gen_rtx_PLUS (Pmode, src2_addr, offset_rtx);
rs6000.cc 7765 rtx offset_rtx = GEN_INT (offset);
7766 new_addr = gen_rtx_PLUS (Pmode, op0, offset_rtx);
7753 rtx offset_rtx = GEN_INT (offset); local
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 1811 rtx offset_rtx = GEN_INT (offset);
1813 emit_move_insn (reg, offset_rtx);
1792 rtx offset_rtx = GEN_INT (offset); local
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 1814 rtx offset_rtx = GEN_INT (offset);
1816 emit_move_insn (reg, offset_rtx);
1795 rtx offset_rtx = GEN_INT (offset); local
  /src/external/gpl3/gcc/dist/gcc/
function.cc 2715 rtx offset_rtx, stack_parm;
2721 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2723 offset_rtx = ARGS_SIZE_RTX (data->locate.offset);
2726 if (offset_rtx != const0_rtx)
2727 stack_parm = gen_rtx_PLUS (Pmode, stack_parm, offset_rtx);
2755 up with a guess at the alignment based on OFFSET_RTX. */
2765 if (poly_int_rtx_p (offset_rtx, &offset)
2774 else if (poly_int_rtx_p (offset_rtx, &offset))
2702 rtx offset_rtx, stack_parm; local
internal-fn.cc 3626 rtx offset_rtx = expand_normal (offset); local
3633 create_input_operand (&ops[i++], offset_rtx, TYPE_MODE (TREE_TYPE (offset)));
3656 rtx offset_rtx = expand_normal (offset); local
3663 create_input_operand (&ops[i++], offset_rtx, TYPE_MODE (TREE_TYPE (offset)));
expr.cc 6092 rtx offset_rtx;
6116 offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, EXPAND_SUM);
6118 if (GET_MODE (offset_rtx) != address_mode)
6120 /* We cannot be sure that the RTL in offset_rtx is valid outside
6123 offset_rtx = force_operand (offset_rtx, NULL_RTX);
6124 offset_rtx = convert_to_mode (address_mode, offset_rtx, 0);
6127 /* If we have an expression in OFFSET_RTX and a non-zero
6129 OFFSET_RTX results in better intermediate code, which make
6080 rtx offset_rtx; local
12066 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 3901 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx;
3921 offset_rtx = GEN_INT (offset_from_base);
3923 if (!add_operand (offset_rtx, Pmode))
3925 expand_set_cint64 (tmp_reg_rtx, offset_rtx);
3926 offset_rtx = tmp_reg_rtx;
3930 gen_rtx_PLUS (Pmode, base_reg_rtx, offset_rtx)));
3893 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 3437 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx;
3457 offset_rtx = gen_int_si (offset_from_base);
3459 if (!tilepro_expand_addsi (tmp_reg_rtx, base_reg_rtx, offset_rtx))
3463 offset_rtx)));
3429 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx; local
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 2711 rtx offset_rtx, stack_parm;
2717 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2719 offset_rtx = ARGS_SIZE_RTX (data->locate.offset);
2722 if (offset_rtx != const0_rtx)
2723 stack_parm = gen_rtx_PLUS (Pmode, stack_parm, offset_rtx);
2751 up with a guess at the alignment based on OFFSET_RTX. */
2761 if (poly_int_rtx_p (offset_rtx, &offset)
2770 else if (poly_int_rtx_p (offset_rtx, &offset))
2698 rtx offset_rtx, stack_parm; local
internal-fn.cc 3342 rtx offset_rtx = expand_normal (offset); local
3349 create_input_operand (&ops[i++], offset_rtx, TYPE_MODE (TREE_TYPE (offset)));
3377 rtx offset_rtx = expand_normal (offset); local
3384 create_input_operand (&ops[i++], offset_rtx, TYPE_MODE (TREE_TYPE (offset)));
expr.cc 5468 rtx offset_rtx;
5479 offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, EXPAND_SUM);
5481 if (GET_MODE (offset_rtx) != address_mode)
5483 /* We cannot be sure that the RTL in offset_rtx is valid outside
5486 offset_rtx = force_operand (offset_rtx, NULL_RTX);
5487 offset_rtx = convert_to_mode (address_mode, offset_rtx, 0);
5490 /* If we have an expression in OFFSET_RTX and a non-zero
5492 OFFSET_RTX results in better intermediate code, which make
5456 rtx offset_rtx; local
11246 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 1514 rtx offset_rtx = GEN_INT (offset);
1516 return offset_rtx;
1521 emit_insn (gen_movsi (reg_rtx, offset_rtx));
1524 emit_insn (gen_movsi_high (reg_rtx, offset_rtx));
1525 emit_insn (gen_movsi_lo_sum (reg_rtx, offset_rtx));
1505 rtx offset_rtx = GEN_INT (offset); local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 1513 rtx offset_rtx = GEN_INT (offset);
1515 return offset_rtx;
1520 emit_insn (gen_movsi (reg_rtx, offset_rtx));
1523 emit_insn (gen_movsi_high (reg_rtx, offset_rtx));
1524 emit_insn (gen_movsi_lo_sum (reg_rtx, offset_rtx));
1504 rtx offset_rtx = GEN_INT (offset); local

Completed in 92 milliseconds