Lines Matching +defs:label +defs:offset

133    necessary.  PICREG is the register holding the pointer to the PIC offset
674 /* Return the offset between two registers, one to be eliminated, and the other
680 HOST_WIDE_INT offset = 0;
683 offset = n_regs_saved_by_prologue () * 4;
688 offset += crtl->outgoing_args_size;
690 offset += FIXED_STACK_AREA;
692 offset += get_frame_size ();
695 return offset;
1087 HOST_WIDE_INT offset
1111 frame_related_constant_load (p2reg, offset, FALSE);
1117 rtx limit = plus_constant (Pmode, lim, offset);
1126 add_to_reg (p2reg, offset, 0, 0);
1243 HOST_WIDE_INT offset;
1258 offset = INTVAL (XEXP (op, 1));
1260 /* All byte loads use a 16-bit offset. */
1266 /* Frame pointer relative loads can use a negative offset, all others
1269 return offset < -128 || offset > 60;
1270 return offset < 0 || offset > 60;
1274 return offset < 0 || offset > 30;
2498 int offset = branch_dest (insn) - INSN_ADDRESSES (INSN_UID (insn));
2499 /* Note : offset for instructions like if cc jmp; jump.[sl] offset
2503 int len = (offset >= -1024 && offset <= 1022 ? 0
2504 : offset >= -4094 && offset <= 4096 ? 1
2781 /* Ensure that for any constant of the form symbol + offset, the offset
2790 HOST_WIDE_INT offset;
2803 offset = INTVAL (x);
2807 if (offset < 0
2808 || offset >= int_size_in_bytes (TREE_TYPE (SYMBOL_REF_DECL (sym))))
3208 single_move_for_cpymem (rtx dst, rtx src, machine_mode mode, HOST_WIDE_INT offset)
3213 srcmem = adjust_address_nv (src, mode, offset);
3214 dstmem = adjust_address_nv (dst, mode, offset);
3263 unsigned HOST_WIDE_INT offset = 0;
3269 single_move_for_cpymem (dst, src, SImode, offset);
3270 offset = 4;
3282 single_move_for_cpymem (dst, src, HImode, offset);
3283 offset += 2;
3290 single_move_for_cpymem (dst, src, HImode, offset);
3291 offset = 2;
3304 single_move_for_cpymem (dst, src, QImode, offset);
3530 /* Make sure the predecessor is before the loop start label, as required by
3568 offset between them. We calculate the length of instructions
3780 rtx_insn *label = BB_HEAD (loop->incoming_dest);
3786 && next_real_insn (label) == last_insn
3794 rtx_insn *ret = emit_jump_insn (gen_jump (label));
3795 JUMP_LABEL (ret) = label;
3796 LABEL_NUSES (label)++;
3859 /* Insert the loop end label before the last instruction of the loop. */
4240 NP_REG and optionally has a positive offset. */
4496 rtx_insn *label = target;
4536 rtx_insn *prev = prev_real_insn (label);
4540 delay_needed, INSN_UID (label));
4557 emit_insn_after (gen_nop (), label);
4631 if cc jump label
4976 the target function. DELTA is an immediate constant offset to be