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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/chromium/sdch/open-vcdiff/src/
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);
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.)
  /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/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 122 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]

Completed in 265 milliseconds