Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp106 uint64_t Address, const void *Decoder);
109 const void *Decoder);
111 uint64_t Address, const void *Decoder);
113 uint64_t Address, const void *Decoder);
115 uint64_t Address, const void *Decoder);
117 uint64_t Address, const void *Decoder);
119 uint64_t Address, const void *Decoder);
121 uint64_t Address, const void *Decoder);
125 const void *Decoder);
127 uint64_t Address, const void *Decoder);
[all …]
/external/v8/src/mips/
Ddisasm-mips.cc74 class Decoder { class
76 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
84 ~Decoder() {} in ~Decoder()
136 DISALLOW_COPY_AND_ASSIGN(Decoder);
146 void Decoder::PrintChar(const char ch) { in PrintChar()
152 void Decoder::Print(const char* str) { in Print()
163 void Decoder::PrintRegister(int reg) { in PrintRegister()
168 void Decoder::PrintRs(Instruction* instr) { in PrintRs()
174 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
180 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
[all …]
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp152 const void *Decoder);
157 const void *Decoder);
162 const void *Decoder);
167 const void *Decoder);
172 const void *Decoder);
177 const void *Decoder);
182 const void *Decoder);
187 const void *Decoder);
192 const void *Decoder);
197 const void *Decoder);
[all …]
/external/v8/src/arm/
Ddisasm-arm.cc76 class Decoder { class
78 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
86 ~Decoder() {} in ~Decoder()
145 DISALLOW_COPY_AND_ASSIGN(Decoder);
155 void Decoder::PrintChar(const char ch) { in PrintChar()
161 void Decoder::Print(const char* str) { in Print()
180 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
186 void Decoder::PrintRegister(int reg) { in PrintRegister()
191 void Decoder::PrintSRegister(int reg) { in PrintSRegister()
196 void Decoder::PrintDRegister(int reg) { in PrintDRegister()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DDecoder.h35 class Decoder {
37 Decoder() { } in Decoder() function
38 virtual ~Decoder() { } in ~Decoder()
55 using WTF::Decoder;
DForward.h39 class Decoder; variable
59 using WTF::Decoder;
DCMakeLists.txt17 Decoder.h
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.h33 std::string Decoder; member
36 : Decoder(D) { } in OperandInfo()
DFixedLenDecoderEmitter.cpp758 const std::string &Decoder = OpInfo.Decoder; in emitBinaryParser() local
775 if (Decoder != "") in emitBinaryParser()
776 o.indent(Indentation) << " " << Emitter->GuardPrefix << Decoder in emitBinaryParser()
912 if (I->numFields() == 0 && I->Decoder.size()) { in emitSingletonDecoder()
913 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder()
965 if (I->numFields() == 0 && I->Decoder.size()) { in emitSingletonDecoder()
966 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder()
1381 std::string Decoder = ""; in populateInstruction() local
1395 Decoder = "Decode" + TypeRecord->getName() + "RegisterClass"; in populateInstruction()
1403 Decoder = String->getValue(); in populateInstruction()
[all …]
/external/webp/
DREADME.android20 - Synced the WebP Code (Encoder/Decoder) with the head change#Ia53f845b
27 The Android.mk file creates WebP Decoder and Encoder static libraries which
/external/apache-http/src/org/apache/commons/codec/
DBinaryDecoder.java25 public interface BinaryDecoder extends Decoder {
DDecoder.java32 public interface Decoder { interface
DStringDecoder.java25 public interface StringDecoder extends Decoder {
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDecoderAdapter.h35 class DecoderAdapter : public Decoder {
/external/webkit/Source/WebCore/platform/network/
DFormData.h105 static PassRefPtr<FormData> decodeForBackForward(Decoder&);
DFormData.cpp367 static bool decode(Decoder& decoder, FormDataElement& element) in decode()
442 PassRefPtr<FormData> FormData::decodeForBackForward(Decoder& decoder) in decodeForBackForward()
/external/libvpx/examples/
Dpostproc.txt2 Postprocessing Decoder
Dsimple_decoder.txt2 Simple Decoder
/external/webkit/Source/WebCore/history/
DHistoryItem.h96 …rwardTree(const String& urlString, const String& title, const String& originalURLString, Decoder&);
DHistoryItem.cpp746 …String& topURLString, const String& topTitle, const String& topOriginalURLString, Decoder& decoder) in decodeBackForwardTree()
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp298 const void *Decoder) { in tryAddingPcLoadReferenceComment() argument
299 const MCDisassembler *Dis = static_cast<const MCDisassembler*>(Decoder); in tryAddingPcLoadReferenceComment()
/external/libvpx/
Dexamples.mk60 postproc.DESCRIPTION = Decoder postprocessor control
/external/chromium/sdch/open-vcdiff/
DChangeLog99 * Issue #8: Decoder should not crash if it runs out of memory
/external/oprofile/events/i386/westmere/
Devents47 …s:0,1,2,3 um:ild_stall minimum:2000000 name:ILD_STALL : Any Instruction Length Decoder stall cycles
/external/oprofile/events/i386/p6_mobile/
Devents106 # Decoder

12