/external/llvm/include/llvm/MC/ |
MCCodeEmitter.h | 35 /// 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/ |
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/chromium_org/sdch/open-vcdiff/src/ |
encodetable.h | 138 void EncodeInstruction(VCDiffInstructionType inst, 142 void EncodeInstruction(VCDiffInstructionType inst, size_t size) { 143 return EncodeInstruction(inst, size, 0); 205 // EncodeInstruction(). (See that function for exhaustive details.)
|
encodetable.cc | 141 // 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, 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/open-vcdiff/src/ |
encodetable.h | 138 void EncodeInstruction(VCDiffInstructionType inst, 142 void EncodeInstruction(VCDiffInstructionType inst, size_t size) { 143 return EncodeInstruction(inst, size, 0); 205 // EncodeInstruction(). (See that function for exhaustive details.)
|
encodetable.cc | 141 // 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, 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/ |
R600MCCodeEmitter.cpp | 47 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 90 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
SIMCCodeEmitter.cpp | 57 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 127 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/ |
SIMCCodeEmitter.cpp | 73 /// 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,
|
R600MCCodeEmitter.cpp | 52 /// 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,
|
/external/llvm/lib/MC/ |
MCPureStreamer.cpp | 204 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups); 217 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
WinCOFFStreamer.cpp | 89 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
MCMachOStreamer.cpp | 384 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
MCObjectStreamer.cpp | 239 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
|
MCELFStreamer.cpp | 427 Assembler.getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
|
MCAsmStreamer.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCCodeEmitter.cpp | 37 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 101 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
SIMCCodeEmitter.cpp | 73 /// 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,
|
R600MCCodeEmitter.cpp | 52 /// 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,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCCodeEmitter.cpp | 106 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 491 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCCodeEmitter.cpp | 62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 179 /// EncodeInstruction - Emit the instruction. 182 EncodeInstruction(const MCInst &MI, raw_ostream &OS, 211 llvm_unreachable("unimplemented opcode in EncodeInstruction()");
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCCodeEmitter.cpp | 77 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCCodeEmitter.cpp | 336 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCCodeEmitter.cpp | 131 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, [all...] |