Searched refs:offset_rtx (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Di386.c4656 rtx index_rtx, base_rtx, offset_rtx, scale_rtx, ret_rtx;
4693 index_rtx = base_rtx = offset_rtx = NULL;
4703 base_rtx = XEXP (mem_addr, 0), offset_rtx = XEXP (mem_addr, 1);
4712 offset_rtx = XEXP (mem_addr, 1);
4729 offset_rtx = XEXP (mem_addr, 1);
4735 offset_rtx = XEXP (mem_addr, 1);
4746 offset_rtx = XEXP (mem_addr, 1);
4750 XEXP (mem_rtx, 0) = offset_rtx;
4787 if (offset_rtx != 0 && CONSTANT_P (offset_rtx))
4616 rtx index_rtx, base_rtx, offset_rtx, scale_rtx, ret_rtx; local
[all...]
/haiku-buildtools/gcc/gcc/config/lm32/
H A Dlm32.c326 rtx offset_rtx; local
329 offset_rtx = GEN_INT (offset);
330 if (satisfies_constraint_K (offset_rtx))
335 offset_rtx));
343 insn = emit_move_insn (r10, offset_rtx);
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.c570 rtx offset_rtx;
602 offset_rtx = GEN_INT (MOVSTR_LOOP + (1 - units) * align);
607 offset_rtx));
613 dest, src, offset_rtx, value_rtx,
639 rtx offset_rtx;
658 offset_rtx = GEN_INT (most - (size - remainder));
663 offset_rtx));
672 dest, src, offset_rtx, value_rtx,
567 rtx offset_rtx; local
636 rtx offset_rtx; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c3406 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0);
3411 if (GET_MODE (offset_rtx) != ptr_mode)
3414 offset_rtx = convert_memory_address (ptr_mode, offset_rtx);
3416 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0);
3445 force_reg (ptr_mode, offset_rtx)));
4227 rtx offset_rtx;
4236 offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0);
4240 if (GET_MODE (offset_rtx) !
3396 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0); local
4215 rtx offset_rtx; local
6567 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0); local
[all...]
H A Dcalls.c3652 rtx offset_rtx = ARGS_SIZE_RTX (offset);
3658 if (GET_CODE (offset_rtx) == CONST_INT)
3659 target = plus_constant (args_addr, INTVAL (offset_rtx));
3664 target = gen_rtx_PLUS (Pmode, args_addr, offset_rtx);
H A Dfunction.c4613 rtx offset_rtx = ARGS_SIZE_RTX (stack_offset);
4615 if (offset_rtx == const0_rtx)
4621 offset_rtx));
4750 rtx offset_rtx;
4757 offset_rtx = ARGS_SIZE_RTX (stack_offset);
4758 if (offset_rtx == const0_rtx)
4764 offset_rtx));
4591 rtx offset_rtx = ARGS_SIZE_RTX (stack_offset); local
/haiku-buildtools/gcc/gcc/
H A Dexpr.c4880 rtx offset_rtx;
4891 offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, EXPAND_SUM);
4893 if (GET_MODE (offset_rtx) != address_mode)
4894 offset_rtx = convert_to_mode (address_mode, offset_rtx, 0);
4927 to_rtx = offset_address (to_rtx, offset_rtx,
6078 rtx offset_rtx;
6085 offset_rtx = expand_normal (offset);
6089 if (GET_MODE (offset_rtx) != address_mode)
6090 offset_rtx
4868 rtx offset_rtx; local
6064 rtx offset_rtx; local
10254 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, local
[all...]
H A Dfunction.c2679 rtx offset_rtx, stack_parm;
2685 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2687 offset_rtx = ARGS_SIZE_RTX (data->locate.offset);
2690 if (offset_rtx != const0_rtx)
2691 stack_parm = gen_rtx_PLUS (Pmode, stack_parm, offset_rtx);
2722 else if (CONST_INT_P (offset_rtx))
2724 align = INTVAL (offset_rtx) * BITS_PER_UNIT | boundary;
2666 rtx offset_rtx, stack_parm; local
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c3943 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx;
3963 offset_rtx = GEN_INT (offset_from_base);
3965 if (!add_operand (offset_rtx, Pmode))
3967 expand_set_cint64 (tmp_reg_rtx, offset_rtx);
3968 offset_rtx = tmp_reg_rtx;
3972 gen_rtx_PLUS (Pmode, base_reg_rtx, offset_rtx)));
3935 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx; local
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c3484 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx;
3504 offset_rtx = gen_int_si (offset_from_base);
3506 if (!tilepro_expand_addsi (tmp_reg_rtx, base_reg_rtx, offset_rtx))
3510 offset_rtx)));
3476 rtx base_reg_rtx, tmp_reg_rtx, offset_rtx; local
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c1813 rtx offset_rtx = GEN_INT (offset);
1815 emit_move_insn (reg, offset_rtx);
1794 rtx offset_rtx = GEN_INT (offset); local
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.c1567 rtx offset_rtx = GEN_INT (offset);
1569 return offset_rtx;
1574 emit_insn (gen_movsi (reg_rtx, offset_rtx));
1577 emit_insn (gen_movsi_high (reg_rtx, offset_rtx));
1578 emit_insn (gen_movsi_lo_sum (reg_rtx, offset_rtx));
1557 rtx offset_rtx = GEN_INT (offset); local
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c6886 rtx l1, labelno, offset_rtx, insn;
6898 offset_rtx = plus_constant (Pmode, l1, TARGET_ARM ? 8 : 4);
6899 offset_rtx = gen_rtx_UNSPEC (Pmode, gen_rtvec (2, orig, offset_rtx),
6901 offset_rtx = gen_rtx_CONST (Pmode, offset_rtx);
6903 insn = emit_insn (gen_pic_load_addr_unified (reg, offset_rtx, labelno));
6875 rtx l1, labelno, offset_rtx, insn; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c23170 rtx int_rtx, offset_rtx;
23177 offset_rtx = gen_rtx_REG (Pmode, FIXED_SCRATCH);
23178 emit_move_insn (offset_rtx, int_rtx);
23181 offset_rtx = int_rtx;
23183 return gen_frame_mem (mode, gen_rtx_PLUS (Pmode, reg, offset_rtx));
23130 rtx int_rtx, offset_rtx; local
[all...]

Completed in 593 milliseconds