HomeSort by relevance Sort by last modified time
    Searched defs:dst_off (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
validate.c 17 unsigned long dst_off, unsigned long len, void *redzone,
25 dstp = dst + MIN_REDZONE + dst_off;
65 unsigned long len, src_off, dst_off; local
86 for (dst_off = 0; dst_off < MAX_OFFSET; dst_off++) {
87 do_one(src, dst, src_off, dst_off, len,
  /toolchain/binutils/binutils-2.25/gold/
gc.h 236 Address dst_off; local
247 dst_off = lsym.get_st_value() + addend;
251 Address symvalue = dst_off - addend;
298 dst_off = static_cast<const Sized_symbol<size>*>(gsym)->value();
299 dst_off += addend;
327 Address symvalue = dst_off - addend;
354 dst_obj, dst_indx, dst_off);
powerpc.cc 213 // section at DST_OFF.
217 typename elfcpp::Elf_types<size>::Elf_Addr dst_off)
220 this->access_from_map_[dst_off].insert(src_id);
224 // at DST_OFF
226 add_gc_mark(typename elfcpp::Elf_types<size>::Elf_Addr dst_off)
228 size_t ndx = this->opd_ent_ndx(dst_off);
779 // and DST_OFF. For powerpc64, this adds a referenc to the code
787 Address dst_off) const;
6345 Address dst_off = p->first; local
6433 Address dst_off = gsym->value(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 618 /* dword1 encoding for dst_off: */
635 /* dword1 encoding for !dst_off: */
661 uint32_t dst_off : 1; member in struct:PACKED::PACKED

Completed in 261 milliseconds