Home
last modified time | relevance | path

Searched refs:read64le (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp72 uint64_t Opcode = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
87 NumExtraOperands = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
100 uint64_t Imm = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
108 uint64_t Reg = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
119 uint64_t Bits = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
138 uint64_t Imm = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
142 uint64_t Reg = support::endian::read64le(Bytes.data() + Pos); in getInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dxxhash.cpp86 V1 = round(V1, endian::read64le(P)); in xxHash64()
88 V2 = round(V2, endian::read64le(P)); in xxHash64()
90 V3 = round(V3, endian::read64le(P)); in xxHash64()
92 V4 = round(V4, endian::read64le(P)); in xxHash64()
109 uint64_t const K1 = round(0, endian::read64le(P)); in xxHash64()
/external/v8/third_party/zlib/contrib/optimizations/
Dinffast_chunk.c132 hold |= read64le(in) << bits;
160 hold |= read64le(in) << bits;
175 hold |= read64le(in) << bits;
196 hold |= read64le(in) << bits;
Dchunkcopy.h460 static inline inflate_holder_t read64le(const unsigned char FAR *in) { in read64le() function
/external/zlib/contrib/optimizations/
Dinffast_chunk.c132 hold |= read64le(in) << bits;
160 hold |= read64le(in) << bits;
175 hold |= read64le(in) << bits;
196 hold |= read64le(in) << bits;
Dchunkcopy.h427 static inline inflate_holder_t read64le(const unsigned char FAR *in) { in read64le() function
/external/llvm/lib/Object/
DArchive.cpp520 Offset = read64le(Offsets + SymbolIndex * 16 + 8); in getMember()
628 ranlib_count = read64le(buf) / 16; in symbol_begin()
631 ran_strx = read64le(ranlibs); in symbol_begin()
663 return read64le(buf) / 16; in getNumberOfSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchive.cpp828 Offset = read64le(Offsets + SymbolIndex * 16 + 8); in getMember()
936 ranlib_count = read64le(buf) / 16; in symbol_begin()
939 ran_strx = read64le(ranlibs); in symbol_begin()
971 return read64le(buf) / 16; in getNumberOfSymbols()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp489 return support::endian::read64le(Result + 8); in computeCUSignature()
513 return support::endian::read64le(Result + 8); in computeTypeSignature()
DDwarfDebug.cpp1867 return support::endian::read64le(Result + 8); in makeTypeSignature()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h211 Addend = read64le(Displacement); in processRelocationRef()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h319 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le() function
/external/llvm/include/llvm/Support/
DEndian.h320 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DEndian.h370 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le() function