HomeSort by relevance Sort by last modified time
    Searched refs:Write64 (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 162 void Write64(uint64_t Value) {
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 164 Write64(0); // vmaddr
165 Write64(VMSize); // vmsize
166 Write64(SectionDataStartOffset); // file offset
167 Write64(SectionDataSize); // file size
206 Write64(getSectionAddress(&SD)); // address
207 Write64(SectionSize); // size
349 Write64(Address);
ELFObjectWriter.h 175 Write64(W);
MCAssembler.cpp 429 case 8: OW->Write64(uint64_t(AF.getValue())); break;
454 case 8: OW->Write64(uint64_t(FF.getValue())); break;
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 168 qpoints->pA64Store = QuasiAtomic::Write64;
  /art/runtime/
atomic.h 95 static void Write64(volatile int64_t* addr, int64_t value) {
103 __asm__ __volatile__("@ QuasiAtomic::Write64\n"
112 __asm__ __volatile__("@ QuasiAtomic::Write64\n"
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 409 qpoints->pA64Store = QuasiAtomic::Write64;

Completed in 117 milliseconds