/external/llvm/include/llvm/MC/ |
MCCodeEmitter.h | 34 /// 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/ |
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.)
|
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);
|
/external/llvm/lib/MC/ |
MCPureStreamer.cpp | 201 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups); 214 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
MCObjectStreamer.cpp | 192 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
|
MCELFStreamer.cpp | 337 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
MCMachOStreamer.cpp | 367 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
WinCOFFStreamer.cpp | 378 getAssembler().getEmitter().EncodeInstruction(Instruction, VecOS,
|
MCAsmStreamer.cpp | [all...] |
MCAssembler.cpp | 704 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups);
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeMCCodeEmitter.cpp | 91 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 178 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/llvm/lib/Target/PowerPC/ |
PPCMCCodeEmitter.cpp | 63 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/llvm/lib/Target/X86/ |
X86MCCodeEmitter.cpp | 116 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 803 EncodeInstruction(const MCInst &MI, raw_ostream &OS, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMMCCodeEmitter.cpp | 331 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, [all...] |