OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodeInstruction
(Results
1 - 16
of
16
) 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/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/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp
77
void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp
57
virtual void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
127
void SIMCCodeEmitter::
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
R600MCCodeEmitter.cpp
47
virtual void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
90
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,
491
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
/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/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/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/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
131
void
EncodeInstruction
(const MCInst &MI, raw_ostream &OS,
[
all
...]
Completed in 614 milliseconds