HomeSort by relevance Sort by last modified time
    Searched refs:EncodeInstruction (Results 1 - 24 of 24) sorted by null

  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 36 /// EncodeInstruction - Encode the given \p Inst to bytes on the output
38 virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.h 138 void EncodeInstruction(VCDiffInstructionType inst,
142 void EncodeInstruction(VCDiffInstructionType inst, size_t size) {
143 return EncodeInstruction(inst, size, 0);
205 // EncodeInstruction(). (See that function for exhaustive details.)
encodetable.cc 141 // examine the opcode generated by the last call to EncodeInstruction.
157 // EncodeInstruction is then called with inst = VCD_COPY, size = 4, mode = 0.
172 void VCDiffCodeTableWriter::EncodeInstruction(VCDiffInstructionType inst,
176 VCD_DFATAL << "EncodeInstruction() called without calling Init()"
188 VCD_WARNING << "EncodeInstruction() called for two ADD instructions"
243 EncodeInstruction(VCD_ADD, size);
264 EncodeInstruction(VCD_COPY, size, mode);
274 EncodeInstruction(VCD_RUN, size);
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 57 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
129 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
R600MCCodeEmitter.cpp 44 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
89 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h 53 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
MipsMCCodeEmitter.cpp 142 /// EncodeInstruction - Emit the instruction.
145 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
177 llvm_unreachable("unimplemented opcode in EncodeInstruction()");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 73 /// EncodeInstruction - Encode the instruction and write it to the OS.
74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
131 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
R600MCCodeEmitter.cpp 52 /// EncodeInstruction - Encode the instruction and write it to the OS.
53 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
150 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 43 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
83 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
150 // EncodeInstruction.
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 38 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
103 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 73 /// EncodeInstruction - Encode the instruction and write it to the OS.
74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
131 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
R600MCCodeEmitter.cpp 52 /// EncodeInstruction - Encode the instruction and write it to the OS.
53 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
150 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 126 InstEmitter.EncodeInstruction(TmpInst, CodeStream, Fixups,
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 52 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
MCMachOStreamer.cpp 405 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
MCObjectStreamer.cpp 233 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups(),
MCELFStreamer.cpp 411 Assembler.getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
MCAsmStreamer.cpp     [all...]
MCAssembler.cpp     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 189 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
605 void AArch64MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 90 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 413 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 152 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]

Completed in 365 milliseconds