HomeSort by relevance Sort by last modified time
    Searched refs:addend (Results 226 - 250 of 366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/
cgen.c 745 /* Encode the self-describing RELC reloc format's addend. */
967 /* Change addend to "self-describing" form,
1072 reloc->addend = fixP->fx_offset;
1074 reloc->addend = fixP->fx_addnumber;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target.h 269 // Get the addend to use for a target specific reloc.
271 reloc_addend(void* arg, unsigned int type, uint64_t addend) const
272 { return this->do_reloc_addend(arg, type, addend); }
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 215 link_order->u.reloc.p->addend = rs->addend_value;
225 link_order->u.reloc.p->addend += rs->section->output_offset;
pe-dll.c     [all...]
ldmisc.c 266 relent->addend,
ldmain.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 82 rx->op[n].addend = a )
225 ld->rx->op[n].addend = 0;
230 ld->rx->op[n].addend = disp * PSCALE[size];
240 ld->rx->op[n].addend = disp * PSCALE[size];
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
reduce.rs 391 static void hsgCombine(Histogram *accum, const Histogram *addend) {
393 (*accum)[i] += (*addend)[i];
  /toolchain/binutils/binutils-2.25/binutils/
coffdump.c 434 ptr->relocs[i].addend);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c 482 rel->addend = fixp->fx_addnumber;
tc-sparc.c     [all...]
tc-sh.c     [all...]
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 313 uint32_t addend = 0; local
320 addend |= (v & 0x7f) << shift;
328 sp += 0x204 + (addend << 2);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 306 uint32_t addend = 0; local
313 addend |= (v & 0x7f) << shift;
321 sp += 0x204 + (addend << 2);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 92 inline long _STLP_atomic_add_gcc_x86(long volatile* p, long addend) {
97 :"m" (*p), "1" (addend)
99 return result + addend;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
oasys.c 477 by hitting the addend. */
479 r->relent.addend -= dst_ptr - dst_base_ptr;
501 r->relent.addend = 0;
512 by hitting the addend. */
514 r->relent.addend -= dst_ptr - dst_base_ptr;
    [all...]
ecoff.c 3910 bfd_vma addend; local
    [all...]
elf64-mips.c 488 /* Insert the addend as an instruction. */
504 /* Insert the addend as an instruction, and change all relocations
539 a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/
795 /* 32 bit relocation with no addend. */
    [all...]
elf32-nds32.c 386 Branch relaxing in the assembler can store the addend in the insn,
387 and if bfd_install_relocation gets called the addend may get added
435 Branch relaxing in the assembler can store the addend in the insn,
436 and if bfd_install_relocation gets called the addend may get added
2458 bfd_vma addend; member in struct:nds32_hi20
4541 bfd_vma addend = rel->r_addend; local
6700 bfd_vma symval, addend; local
7994 bfd_vma symval, addend; local
    [all...]
vms-alpha.c 3720 bfd_vma addend = rptr->addend; local
3773 bfd_vma addend = rptr->addend; local
    [all...]
coff64-rs6000.c 1073 bfd_vma addend,
1192 bfd_vma addend; local
    [all...]
elf32-lm32.c 713 bfd_vma addend)
716 data, offset, symbol_value, addend);
734 && (!reloc_entry->howto->partial_inplace || reloc_entry->addend == 0))
749 relocation = relocation + reloc_entry->addend - gp;
750 reloc_entry->addend = 0;
761 relocation, reloc_entry->addend);
900 /* If partial_inplace, we need to store any additional addend
    [all...]
elf32-mips.c 455 /* Get the higher value of a 64 bit addend. */
470 /* Get the highest value of a 64 bit addend. */
705 /* 32 bit relocation with no addend. */
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 933 /* Multiply the significand of the RHS. If ADDEND is non-NULL, add it
937 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend)
982 if (addend && addend->isNonZero()) {
984 // signicant bit; adjust the addend to be consistent with mul result.
1011 APFloat extendedAddend(*addend);
1016 // Shift the significand of the addend right by one bit. This guarantees
1021 "Lost precision while shifting addend for fused-multiply-add.");
    [all...]
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 242 rel.addend(),

Completed in 2927 milliseconds

1 2 3 4 5 6 7 8 91011>>