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

  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 32 /// EncodeInstruction - Encode the given \arg Inst to bytes on the output
34 virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
  /external/chromium/sdch/open-vcdiff/src/
encodetable.h 137 void EncodeInstruction(VCDiffInstructionType inst,
141 void EncodeInstruction(VCDiffInstructionType inst, size_t size) {
142 return EncodeInstruction(inst, size, 0);
204 // EncodeInstruction(). (See that function for exhaustive details.)
encodetable.cc 109 // examine the opcode generated by the last call to EncodeInstruction.
125 // EncodeInstruction is then called with inst = VCD_COPY, size = 4, mode = 0.
140 void VCDiffCodeTableWriter::EncodeInstruction(VCDiffInstructionType inst,
144 LOG(DFATAL) << "EncodeInstruction() called without calling Init()"
156 LOG(WARNING) << "EncodeInstruction() called for two ADD instructions"
211 EncodeInstruction(VCD_ADD, size);
232 EncodeInstruction(VCD_COPY, size, mode);
246 EncodeInstruction(VCD_RUN, size);
  /external/llvm/lib/MC/
MCPureStreamer.cpp 203 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
216 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
MCObjectStreamer.cpp 200 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
MCELFStreamer.cpp 474 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
MCMachOStreamer.cpp 413 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
WinCOFFStreamer.cpp 390 getAssembler().getEmitter().EncodeInstruction(Instruction, VecOS,
MCAsmStreamer.cpp     [all...]
MCAssembler.cpp 705 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups);
    [all...]
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 93 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
178 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 58 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
109 /// EncodeInstruction - Emit the instruction.
112 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
122 llvm_unreachable("unimplemented opcode in EncodeInstruction()");
130 llvm_unreachable("Pseudo opcode found in EncodeInstruction()");
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 122 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 334 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]

Completed in 171 milliseconds