Searched refs:rel_off (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-arm.c999 insert_thumb_branch (insn32 br_insn, int rel_off)
1004 BFD_ASSERT ((rel_off & 1) != 1);
1006 rel_off >>= 1; /* Half word aligned address. */
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1008 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
998 insert_thumb_branch(insn32 br_insn, int rel_off) argument
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-arm.c999 insert_thumb_branch (insn32 br_insn, int rel_off)
1004 BFD_ASSERT ((rel_off & 1) != 1);
1006 rel_off >>= 1; /* Half word aligned address. */
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1008 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
998 insert_thumb_branch(insn32 br_insn, int rel_off) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-arm.c999 insert_thumb_branch (insn32 br_insn, int rel_off)
1004 BFD_ASSERT ((rel_off & 1) != 1);
1006 rel_off >>= 1; /* Half word aligned address. */
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1008 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
998 insert_thumb_branch(insn32 br_insn, int rel_off) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-arm.c999 insert_thumb_branch (insn32 br_insn, int rel_off)
1004 BFD_ASSERT ((rel_off & 1) != 1);
1006 rel_off >>= 1; /* Half word aligned address. */
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1008 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
998 insert_thumb_branch(insn32 br_insn, int rel_off) argument
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c5614 uint64_t io_off, rel_off, stripe_unit_size, transfer, xfer; local
5621 rel_off = off - flp->nfsfl_patoff;
5623 stripe_pos = (rel_off / stripe_unit_size + flp->nfsfl_stripe1) %
5625 transfer = stripe_unit_size - (rel_off % stripe_unit_size);
5640 io_off = (rel_off / (stripe_unit_size *
5642 rel_off % stripe_unit_size;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c370 unsigned HOST_WIDE_INT rel_off local
373 if (si && compare_nonzero_chars (si, rel_off, rvals) >= 0)
377 *offset_out = rel_off;
381 return get_stridx_plus_constant (si, rel_off, ptr);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc444 unsigned HOST_WIDE_INT rel_off local
447 if (si && compare_nonzero_chars (si, stmt, rel_off, rvals) >= 0)
451 *offset_out = rel_off;
455 return get_stridx_plus_constant (si, rel_off, ptr);

Completed in 157 milliseconds