Searched defs:EncodeInstruction (Results 1 - 7 of 7) sorted by relevance

/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/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon7642::PPCMCCodeEmitter
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCCodeEmitter.cpp93 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
177 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:MBlazeMCCodeEmitter
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp58 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
107 /// EncodeInstruction - Emit the instruction.
110 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:MipsMCCodeEmitter
120 llvm_unreachable("unimplemented opcode in EncodeInstruction()");
128 llvm_unreachable("Pseudo opcode found in EncodeInstruction()");
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp122 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
950 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon7689::X86MCCodeEmitter
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp332 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1465 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:ARMMCCodeEmitter

Completed in 67 milliseconds