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

/external/chromium_org/sdch/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.cpp57 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.cpp44 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
89 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:R600MCCodeEmitter
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp43 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
83 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SparcMCCodeEmitter
150 // EncodeInstruction.
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp38 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
103 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SystemZMCCodeEmitter
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp73 /// 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, function in class:SIMCCodeEmitter
H A DR600MCCodeEmitter.cpp52 /// 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, function in class:R600MCCodeEmitter
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp73 /// 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, function in class:SIMCCodeEmitter
H A DR600MCCodeEmitter.cpp52 /// 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, function in class:R600MCCodeEmitter
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp189 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
605 void AArch64MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:AArch64MCCodeEmitter
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp152 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1175 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon26176::X86MCCodeEmitter::X86MCCodeEmitter

Completed in 3407 milliseconds