Home
last modified time | relevance | path

Searched refs:encodeInstruction (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_mips64.cc42 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction( in patchSled()
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction( in patchSled()
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction( in patchSled()
111 encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, RegNum::RN_T9, in patchSled()
115 *reinterpret_cast<uint32_t *>(Sled.Address + 28) = encodeInstruction( in patchSled()
119 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction( in patchSled()
121 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction( in patchSled()
125 *reinterpret_cast<uint32_t *>(Sled.Address + 48) = encodeInstruction( in patchSled()
127 *reinterpret_cast<uint32_t *>(Sled.Address + 52) = encodeInstruction( in patchSled()
[all …]
H A Dxray_mips.cc41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction( in patchSled()
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction( in patchSled()
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction( in patchSled()
110 *reinterpret_cast<uint32_t *>(Sled.Address + 20) = encodeInstruction( in patchSled()
112 *reinterpret_cast<uint32_t *>(Sled.Address + 24) = encodeInstruction( in patchSled()
116 *reinterpret_cast<uint32_t *>(Sled.Address + 32) = encodeInstruction( in patchSled()
118 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction( in patchSled()
120 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction( in patchSled()
122 *reinterpret_cast<uint32_t *>(Sled.Address + 44) = encodeInstruction( in patchSled()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp52 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
87 void VEMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in VEMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp77 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
82 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in llvm::MSP430MCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp41 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
92 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
H A DSIMCCodeEmitter.cpp44 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
300 void SIMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SIMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
59 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp62 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
119 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DCodeEmitter.cpp31 MCE.encodeInstruction(Relaxed, VecOS, Fixups, STI); in getOrCreateEncodingInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeEmitter.h41 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp57 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
97 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
172 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::LanaiMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h52 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp34 void CSKYMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in CSKYMCCodeEmitter
H A DCSKYMCCodeEmitter.h33 void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp68 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
315 void M68kMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in M68kMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.h101 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp76 CodeEmitter->encodeInstruction(Inst, OS, Fixups, in canAssemble()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp51 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
190 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in RISCVMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp47 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
155 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SystemZMCCodeEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp319 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()
340 DumpCodeInstEmitter->encodeInstruction( in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp104 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in emitInstToData()
H A DMCWasmStreamer.cpp167 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in emitInstToData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.h115 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp175 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
592 void AArch64MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in AArch64MCCodeEmitter

12