Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_mips64.cpp41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
103 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction( in patchSled()
105 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction( in patchSled()
107 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction( in patchSled()
110 encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, RegNum::RN_T9, in patchSled()
114 *reinterpret_cast<uint32_t *>(Sled.Address + 28) = 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()
124 *reinterpret_cast<uint32_t *>(Sled.Address + 48) = encodeInstruction( in patchSled()
126 *reinterpret_cast<uint32_t *>(Sled.Address + 52) = encodeInstruction( in patchSled()
[all …]
HDxray_mips.cpp40 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
103 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction( in patchSled()
105 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction( in patchSled()
107 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction( in patchSled()
109 *reinterpret_cast<uint32_t *>(Sled.Address + 20) = encodeInstruction( in patchSled()
111 *reinterpret_cast<uint32_t *>(Sled.Address + 24) = encodeInstruction( in patchSled()
115 *reinterpret_cast<uint32_t *>(Sled.Address + 32) = encodeInstruction( in patchSled()
117 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction( in patchSled()
119 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction( in patchSled()
121 *reinterpret_cast<uint32_t *>(Sled.Address + 44) = encodeInstruction( in patchSled()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
HDBPFMCCodeEmitter.cpp61 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
118 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
59 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
HDMSP430MCCodeEmitter.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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDR600MCCodeEmitter.cpp48 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
99 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
HDSIMCCodeEmitter.cpp59 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
279 void SIMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SIMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
HDCodeEmitter.cpp31 MCE.encodeInstruction(Relaxed, VecOS, Fixups, STI); in getOrCreateEncodingInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCCodeEmitter.h41 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCCodeEmitter.cpp56 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
94 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
HDLanaiMCCodeEmitter.cpp77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
172 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::LanaiMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCCodeEmitter.h52 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
HDAVRMCCodeEmitter.h101 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
HDAVRMCCodeEmitter.cpp280 void AVRMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in llvm::AVRMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCXCOFFStreamer.cpp70 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
HDMCWasmStreamer.cpp179 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
HDMCWinCOFFStreamer.cpp58 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
HDMCMachOStreamer.cpp462 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVMCCodeEmitter.cpp52 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
176 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in RISCVMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCCodeEmitter.h93 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
HDPPCMCCodeEmitter.cpp282 void PPCMCCodeEmitter::encodeInstruction( in encodeInstruction() function in PPCMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMCInstLower.cpp333 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in EmitInstruction()
354 DumpCodeInstEmitter->encodeInstruction( in EmitInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCCodeEmitter.cpp47 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
155 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SystemZMCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCCodeEmitter.cpp175 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
591 void AArch64MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in AArch64MCCodeEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCCodeEmitter.h50 void encodeInstruction(const MCInst &MI, raw_ostream &OS,

12