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

/external/llvm/include/llvm/MC/
H A DMCCodeEmitter.h35 /// EncodeInstruction - Encode the given \p Inst to bytes on the output
37 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/open-vcdiff/src/
H A Dencodetable.h138 void EncodeInstruction(VCDiffInstructionType inst,
142 void EncodeInstruction(VCDiffInstructionType inst, size_t size) { function in class:open_vcdiff::VCDiffCodeTableWriter
143 return EncodeInstruction(inst, size, 0);
205 // EncodeInstruction(). (See that function for exhaustive details.)
H A Dencodetable.cc141 // 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, function in class:open_vcdiff::VCDiffCodeTableWriter
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/
H A DSIMCCodeEmitter.cpp59 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
129 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SIMCCodeEmitter
H A DR600MCCodeEmitter.cpp55 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
141 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:R600MCCodeEmitter
/external/llvm/lib/MC/
H A DMCPureStreamer.cpp209 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
222 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DMCObjectStreamer.cpp224 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
H A DWinCOFFStreamer.cpp89 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DMCELFStreamer.cpp376 Assembler.getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DMCMachOStreamer.cpp383 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
H A DMCAssembler.cpp853 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups);
H A DMCAsmStreamer.cpp1224 Emitter->EncodeInstruction(Inst, VecOS, Fixups);
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCCodeEmitter.cpp93 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
178 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:MBlazeMCCodeEmitter
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp59 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
110 /// EncodeInstruction - Emit the instruction.
113 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:MipsMCCodeEmitter
142 llvm_unreachable("unimplemented opcode in EncodeInstruction()");
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp106 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
483 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:AArch64MCCodeEmitter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp80 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon9755::PPCMCCodeEmitter
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp123 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
972 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon9821::X86MCCodeEmitter
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp334 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1506 EncodeInstruction(const MCInst &MI, raw_ostream &OS,

Completed in 4414 milliseconds