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

/haiku-buildtools/binutils/bfd/
H A Delf32-m32r.c381 bfd_vma addlo;
385 addlo = bfd_get_32 (input_bfd, contents + rello->r_offset);
387 addlo = ((addlo & 0xffff) ^ 0x8000) - 0x8000;
389 addlo &= 0xffff;
391 addend += ((insn & 0xffff) << 16) + addlo;
380 bfd_vma addlo; local
H A Delf32-nds32.c2528 bfd_vma addlo;
2532 addlo = bfd_getb32 (contents + rello->r_offset);
2533 addlo &= 0xfff;
2535 addend += ((insn & 0xfffff) << 20) + addlo;
2527 bfd_vma addlo; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m32r.c381 bfd_vma addlo;
385 addlo = bfd_get_32 (input_bfd, contents + rello->r_offset);
387 addlo = ((addlo & 0xffff) ^ 0x8000) - 0x8000;
389 addlo &= 0xffff;
391 addend += ((insn & 0xffff) << 16) + addlo;
380 bfd_vma addlo; local
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dlib1funcs.S740 addlo \order, \order, #4
748 addlo \order, \order, #1

Completed in 88 milliseconds