Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_mips64.cpp41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
104 Address[2] = encodeInstruction(PatchOpcodes::PO_SD, RegNum::RN_SP, in patchSled()
106 Address[3] = encodeInstruction(PatchOpcodes::PO_SD, RegNum::RN_SP, in patchSled()
108 Address[4] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, in patchSled()
110 Address[5] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
114 Address[7] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
118 Address[9] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
120 Address[10] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, in patchSled()
124 Address[12] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T0, in patchSled()
126 Address[13] = encodeInstruction(PatchOpcodes::PO_LD, RegNum::RN_SP, in patchSled()
[all …]
H A Dxray_mips.cpp40 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() function
104 Address[2] = encodeInstruction(PatchOpcodes::PO_SW, RegNum::RN_SP, in patchSled()
106 Address[3] = encodeInstruction(PatchOpcodes::PO_SW, RegNum::RN_SP, in patchSled()
108 Address[4] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, in patchSled()
110 Address[5] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
112 Address[6] = encodeInstruction(PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, in patchSled()
116 Address[8] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T0, in patchSled()
118 Address[9] = encodeInstruction(PatchOpcodes::PO_LW, RegNum::RN_SP, in patchSled()
120 Address[10] = encodeInstruction(PatchOpcodes::PO_LW, RegNum::RN_SP, in patchSled()
122 Address[11] = encodeInstruction(PatchOpcodes::PO_ADDIU, RegNum::RN_SP, in patchSled()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
104 void SPIRVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SPIRVMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp51 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
80 void VEMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in VEMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp61 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
110 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp42 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
87 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DCodeEmitter.cpp30 MCE.encodeInstruction(Relaxed, VecOS, Fixups, STI); in getOrCreateEncodingInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp68 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
202 void M68kMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in M68kMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeEmitter.h41 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSPIRVStreamer.cpp25 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in emitInstToData()
H A DMCXCOFFStreamer.cpp122 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in emitInstToData()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp56 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
90 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp42 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
276 void LoongArchMCCodeEmitter::encodeInstruction( in encodeInstruction() function in LoongArchMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h52 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp292 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()
313 DumpCodeInstEmitter->encodeInstruction( in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.h101 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp67 void encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in __anon2d5ee74d0111::DXILMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
125 void XtensaMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in XtensaMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp52 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
182 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in RISCVMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.h115 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp50 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
157 void SystemZMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SystemZMCCodeEmitter
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp139 CodeEmitter->encodeInstruction(Inst, OS, Fixups, in canAssemble()

12