HomeSort by: relevance | last modified time | path
    Searched refs:encodeInstruction (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_mips.cc 41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction(
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction(
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction(
110 *reinterpret_cast<uint32_t *>(Sled.Address + 20) = encodeInstruction(
112 *reinterpret_cast<uint32_t *>(Sled.Address + 24) = encodeInstruction(
116 *reinterpret_cast<uint32_t *>(Sled.Address + 32) = encodeInstruction(
118 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction(
120 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction(
122 *reinterpret_cast<uint32_t *>(Sled.Address + 44) = encodeInstruction(
    [all...]
xray_mips64.cc 42 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs,
104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction(
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction(
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction(
111 encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, RegNum::RN_T9,
115 *reinterpret_cast<uint32_t *>(Sled.Address + 28) = encodeInstruction(
119 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction(
121 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction(
125 *reinterpret_cast<uint32_t *>(Sled.Address + 48) = encodeInstruction(
127 *reinterpret_cast<uint32_t *>(Sled.Address + 52) = encodeInstruction(
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeEmitter.h 39 /// EncodeInstruction - Encode the given \p Inst to bytes on the output
41 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
CodeEmitter.cpp 31 MCE.encodeInstruction(Relaxed, VecOS, Fixups, STI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCCodeEmitter.cpp 52 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
87 void VEMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCCodeEmitter.h 101 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
AVRMCCodeEmitter.cpp 277 void AVRMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYMCCodeEmitter.cpp 34 void CSKYMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
CSKYMCCodeEmitter.h 33 void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.h 52 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
LlvmState.cpp 76 CodeEmitter->encodeInstruction(Inst, OS, Fixups,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
R600MCCodeEmitter.cpp 41 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
92 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCCodeEmitter.cpp 62 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
119 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCCodeEmitter.cpp 77 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
82 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 57 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
97 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
193 // encodeInstruction.
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCCodeEmitter.cpp 46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
59 void WebAssemblyMCCodeEmitter::encodeInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCXCOFFStreamer.cpp 104 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI);
MCWasmStreamer.cpp 167 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.h 115 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCCodeEmitter.cpp 77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
172 void LanaiMCCodeEmitter::encodeInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCCodeEmitter.cpp 68 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
315 void M68kMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
321 LLVM_DEBUG(dbgs() << "EncodeInstruction: " << MCII.getName(Opcode) << "("
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 319 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI);
340 DumpCodeInstEmitter->encodeInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCCodeEmitter.cpp 51 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
190 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
220 llvm_unreachable("Unhandled encodeInstruction length!");
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 47 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
155 encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h 50 void encodeInstruction(const MCInst &MI, raw_ostream &OS,

Completed in 36 milliseconds

1 2