Searched refs:EncodeInstruction (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCCodeEmitter.h34 /// EncodeInstruction - Encode the given \arg Inst to bytes on the output
36 virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable.h137 void EncodeInstruction(VCDiffInstructionType inst,
141 void EncodeInstruction(VCDiffInstructionType inst, size_t size) { function in class:open_vcdiff::VCDiffCodeTableWriter
142 return EncodeInstruction(inst, size, 0);
204 // EncodeInstruction(). (See that function for exhaustive details.)
H A Dencodetable.cc109 // 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, function in class:open_vcdiff::VCDiffCodeTableWriter
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/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp42 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon6886::MipsMCCodeEmitter
/external/llvm/lib/MC/
H A DMCPureStreamer.cpp203 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
216 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DMCObjectStreamer.cpp192 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
H A DMCELFStreamer.cpp338 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DMCMachOStreamer.cpp369 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DWinCOFFStreamer.cpp380 getAssembler().getEmitter().EncodeInstruction(Instruction, VecOS,
H A DMCAsmStreamer.cpp1113 Emitter->EncodeInstruction(Inst, VecOS, Fixups);
H A DMCAssembler.cpp704 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups);
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCCodeEmitter.cpp93 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
180 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:MBlazeMCCodeEmitter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon6902::PPCMCCodeEmitter
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp117 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
854 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon6955::X86MCCodeEmitter::X86MCCodeEmitter
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp331 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1443 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:ARMMCCodeEmitter

Completed in 2080 milliseconds