Searched refs:write32be (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | SPARCV9.cpp | 96 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/ |
D | BPFAsmBackend.cpp | 84 support::endian::write32be(&Data[Fixup.getOffset() + 4], Value); in applyFixup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFAsmBackend.cpp | 92 support::endian::write32be(&Data[Fixup.getOffset() + 4], Value); in applyFixup()
|
/external/llvm-project/lldb/source/Utility/ |
D | DataEncoder.cpp | 131 write32be(m_start + offset, value); in PutU32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 76 support::endian::write32be(Buf, Size); in write()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | SemanticHighlighting.cpp | 362 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/ |
D | StringTableBuilder.cpp | 81 support::endian::write32be(Buf, Size); in write()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryUtils.h | 98 write32be(loc, value); in write32()
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 343 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Endian.h | 342 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Endian.h | 419 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/ |
D | Endian.h | 421 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 924 support::endian::write32be(&RecordedHash[Pos], Val); in parseBlock()
|
/external/llvm-project/lld/ELF/ |
D | ScriptParser.cpp | 942 write32be(buf.data(), (uint32_t)value); in readFill()
|