OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodeInstruction
(Results
1 - 11
of
11
) sorted by null
/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/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp
80
void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp
59
virtual void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
129
void SIMCCodeEmitter::
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
R600MCCodeEmitter.cpp
55
virtual void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
141
void R600MCCodeEmitter::
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
/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/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp
106
void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
483
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp
59
void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
110
///
EncodeInstruction
- Emit the instruction.
113
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
142
llvm_unreachable("unimplemented opcode in
EncodeInstruction
()");
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
123
void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
[
all
...]
Completed in 1371 milliseconds