HomeSort by relevance Sort by last modified time
    Searched full:addend (Results 126 - 150 of 297) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/tcg/ppc64/
tcg-target.c 197 tcg_target_long value, tcg_target_long addend)
199 value += addend;
682 | (offsetof (CPUTLBEntry, addend)
685 /* r0 = env->tlb_table[mem_index][index].addend */
687 /* r0 = env->tlb_table[mem_index][index].addend + addr */
810 | (offsetof (CPUTLBEntry, addend)
813 /* r0 = env->tlb_table[mem_index][index].addend */
815 /* r0 = env->tlb_table[mem_index][index].addend + addr */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 353 template<typename Result, typename Addend>
355 operator()(const Result& x, const Addend& y)
  /external/elfutils/libelf/
elf.h 496 /* Relocation table entry without addend (in section of type SHT_REL). */
515 /* Relocation table entry with addend (in section of type SHT_RELA). */
521 Elf32_Sword r_addend; /* Addend */
528 Elf64_Sxword r_addend; /* Addend */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 486 /* Relocation table entry without addend (in section of type SHT_REL). */
505 /* Relocation table entry with addend (in section of type SHT_RELA). */
511 Elf32_Sword r_addend; /* Addend */
518 Elf64_Sxword r_addend; /* Addend */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 486 /* Relocation table entry without addend (in section of type SHT_REL). */
505 /* Relocation table entry with addend (in section of type SHT_RELA). */
511 Elf32_Sword r_addend; /* Addend */
518 Elf64_Sxword r_addend; /* Addend */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 486 /* Relocation table entry without addend (in section of type SHT_REL). */
505 /* Relocation table entry with addend (in section of type SHT_RELA). */
511 Elf32_Sword r_addend; /* Addend */
518 Elf64_Sxword r_addend; /* Addend */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-x86.c 148 return; /* .rel: Leave addend in intn */
elf.h 258 * A = Addend (r_addend for RELA, value at location for REL)
392 yasm_intnum *addend; member in struct:elf_reloc_entry
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 25 long volatile * Addend, long Value); // NOLINT
  /external/elfutils/libdwfl/
relocate.c 306 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend,
385 if (addend)
387 /* For the addend form, we have the value already. */
388 value += *addend;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 20 // Value is a fully-resolved relocation value: Symbol + Addend [- Pivot].
  /external/qemu/block/
qcow2.h 186 int64_t l1_table_offset, int l1_size, int addend);
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 94 (*it)->addend());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u;
ARMToTHMStub.cpp 77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u;
THMToARMStub.cpp 77 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u;
THMToTHMStub.cpp 79 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u;
  /prebuilts/sdk/tools/linux/
libbcc.so 
  /external/llvm/include/llvm/Object/
ELF.h 2305 int64_t addend = 0; local
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 148 int64_t Addend) const {
150 IsRelocWithSymbol, Addend);
704 int64_t Addend = 0;
746 Addend = Value;
753 (RelocSymbol != 0), Addend);
763 Addend = 0;
766 assert(isInt<64>(Addend));
768 assert(isInt<32>(Addend));
770 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 274 addend = -3600
276 addend = 3600
277 newRolloverAt += addend
339 addend = 3600
341 addend = -3600
342 timeTuple = time.localtime(t + addend)
365 addend = -3600
367 addend = 3600
368 newRolloverAt += addend
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 274 addend = -3600
276 addend = 3600
277 newRolloverAt += addend
339 addend = 3600
341 addend = -3600
342 timeTuple = time.localtime(t + addend)
365 addend = -3600
367 addend = 3600
368 newRolloverAt += addend
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 477 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); local
478 addend.swz[0] = fsrc->Register.SwizzleX;
479 addend.swz[1] = fsrc->Register.SwizzleY;
480 addend.swz[2] = fsrc->Register.SwizzleZ;
481 addend.swz[3] = fsrc->Register.SwizzleW;
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 477 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); local
478 addend.swz[0] = fsrc->Register.SwizzleX;
479 addend.swz[1] = fsrc->Register.SwizzleY;
480 addend.swz[2] = fsrc->Register.SwizzleZ;
481 addend.swz[3] = fsrc->Register.SwizzleW;
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 148 tcg_target_long value, tcg_target_long addend)
154 value += addend;
895 contained in R1 afterward (to be used when loading ADDEND); if the
916 /* Make sure that both the addr_{read,write} and addend can be
    [all...]

Completed in 994 milliseconds

1 2 3 4 56 7 8 91011>>