Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DSPARCV9.cpp96 write32be(loc, val); in relocate()
101 write32be(loc, val); in relocate()
107 write32be(loc, (read32be(loc) & ~0x3fffffff) | ((val >> 2) & 0x3fffffff)); in relocate()
112 write32be(loc, (read32be(loc) & ~0x003fffff) | (val & 0x003fffff)); in relocate()
118 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
123 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
128 write32be(loc, (read32be(loc) & ~0x0007ffff) | ((val >> 2) & 0x0007ffff)); in relocate()
133 write32be(loc, (read32be(loc) & ~0x000003ff) | (val & 0x000003ff)); in relocate()
137 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x000003ff)); in relocate()
147 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 42) & 0x003fffff)); in relocate()
[all …]
/external/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp84 support::endian::write32be(&Data[Fixup.getOffset() + 4], Value); in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp92 support::endian::write32be(&Data[Fixup.getOffset() + 4], Value); in applyFixup()
/external/llvm-project/lldb/source/Utility/
DDataEncoder.cpp131 write32be(m_start + offset, value); in PutU32()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp76 support::endian::write32be(Buf, Size); in write()
/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp362 void write32be(uint32_t I, llvm::raw_ostream &OS) { in write32be() function
364 llvm::support::endian::write32be(Buf.data(), I); in write32be()
616 write32be(Token.R.start.character, OS); in toTheiaSemanticHighlightingInformation()
/external/llvm-project/llvm/lib/MC/
DStringTableBuilder.cpp81 support::endian::write32be(Buf, Size); in write()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryUtils.h98 write32be(loc, value); in write32()
/external/llvm/include/llvm/Support/
DEndian.h343 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h342 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
/external/llvm-project/llvm/include/llvm/Support/
DEndian.h419 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h421 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp924 support::endian::write32be(&RecordedHash[Pos], Val); in parseBlock()
/external/llvm-project/lld/ELF/
DScriptParser.cpp942 write32be(buf.data(), (uint32_t)value); in readFill()