/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 79 const void *Decoder); 84 const void *Decoder); 87 uint64_t Address, const void *Decoder); 90 uint64_t Address, const void *Decoder); 95 const void *Decoder); 100 const void *Decoder); 105 const void *Decoder); 110 const void *Decoder); 115 const void *Decoder); 120 const void *Decoder); [all …]
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 74 const void *Decoder); 79 const void *Decoder); 84 const void *Decoder); 89 const void *Decoder); 94 const void *Decoder); 99 const void *Decoder); 104 const void *Decoder); 109 const void *Decoder); 114 const void *Decoder); 119 const void *Decoder); [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 107 uint64_t Address, const void *Decoder); 110 const void *Decoder); 112 uint64_t Address, const void *Decoder); 114 uint64_t Address, const void *Decoder); 116 uint64_t Address, const void *Decoder); 118 uint64_t Address, const void *Decoder); 120 uint64_t Address, const void *Decoder); 122 uint64_t Address, const void *Decoder); 126 const void *Decoder); 128 uint64_t Address, const void *Decoder); [all …]
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 35 const void *Decoder); 39 const void *Decoder); 42 const void *Decoder); 45 const void *Decoder); 48 const void *Decoder); 51 const void *Decoder); 54 const void *Decoder); 57 const void *Decoder); 60 const void *Decoder); 63 const void *Decoder); [all …]
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 142 uint64_t Address, const void *Decoder); 145 const void *Decoder); 148 const void *Decoder); 150 uint64_t Address, const void *Decoder); 152 uint64_t Address, const void *Decoder); 154 uint64_t Address, const void *Decoder); 156 uint64_t Address, const void *Decoder); 158 uint64_t Address, const void *Decoder); 160 uint64_t Address, const void *Decoder); 162 uint64_t Address, const void *Decoder); [all …]
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 155 const void *Decoder) { in DecodeIntRegsRegisterClass() argument 166 const void *Decoder) { in DecodeI64RegsRegisterClass() argument 178 const void *Decoder) { in DecodeFPRegsRegisterClass() argument 190 const void *Decoder) { in DecodeDFPRegsRegisterClass() argument 202 const void *Decoder) { in DecodeQFPRegsRegisterClass() argument 216 const void *Decoder) { in DecodeCPRegsRegisterClass() argument 226 const void *Decoder) { in DecodeFCCRegsRegisterClass() argument 235 const void *Decoder) { in DecodeASRRegsRegisterClass() argument 244 const void *Decoder) { in DecodePRRegsRegisterClass() argument 252 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass() argument [all …]
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVFunction.cpp | 99 SPIRVDecoder Decoder = getDecoder(I); in decode() local 100 Decoder >> Type >> Id >> FCtrlMask >> FuncType; in decode() 104 Decoder.getWordCountAndOpCode(); in decode() 106 if (Decoder.OpCode == OpFunctionEnd) in decode() 109 switch(Decoder.OpCode) { in decode() 111 auto Param = static_cast<SPIRVFunctionParameter *>(Decoder.getEntry()); in decode() 115 Decoder.getWordCountAndOpCode(); in decode() 120 decodeBB(Decoder); in decode() 132 SPIRVFunction::decodeBB(SPIRVDecoder &Decoder) { in decodeBB() argument 133 SPIRVBasicBlock *BB = static_cast<SPIRVBasicBlock*>(Decoder.getEntry()); in decodeBB() [all …]
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 71 const void *Decoder) { in tryAddingSymbolicOperand() argument 72 const MCDisassembler *Dis = static_cast<const MCDisassembler*>(Decoder); in tryAddingSymbolicOperand() 89 const void *Decoder) { in DecodeGR32BitRegisterClass() argument 95 const void *Decoder) { in DecodeGRH32BitRegisterClass() argument 101 const void *Decoder) { in DecodeGR64BitRegisterClass() argument 107 const void *Decoder) { in DecodeGR128BitRegisterClass() argument 113 const void *Decoder) { in DecodeADDR64BitRegisterClass() argument 119 const void *Decoder) { in DecodeFP32BitRegisterClass() argument 125 const void *Decoder) { in DecodeFP64BitRegisterClass() argument 131 const void *Decoder) { in DecodeFP128BitRegisterClass() argument [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 117 const size_t Decoder::PDataEntrySize = sizeof(RuntimeFunction); 120 const Decoder::RingEntry Decoder::Ring[] = { 121 { 0x80, 0x00, &Decoder::opcode_0xxxxxxx }, // UOP_STACK_FREE (16-bit) 122 { 0xc0, 0x80, &Decoder::opcode_10Lxxxxx }, // UOP_POP (32-bit) 123 { 0xf0, 0xc0, &Decoder::opcode_1100xxxx }, // UOP_STACK_SAVE (16-bit) 124 { 0xf8, 0xd0, &Decoder::opcode_11010Lxx }, // UOP_POP (16-bit) 125 { 0xf8, 0xd8, &Decoder::opcode_11011Lxx }, // UOP_POP (32-bit) 126 { 0xf8, 0xe0, &Decoder::opcode_11100xxx }, // UOP_VPOP (32-bit) 127 { 0xfc, 0xe8, &Decoder::opcode_111010xx }, // UOP_STACK_FREE (32-bit) 128 { 0xfe, 0xec, &Decoder::opcode_1110110L }, // UOP_POP (16-bit) [all …]
|
/external/v8/src/mips/ |
D | disasm-mips.cc | 45 class Decoder { class 47 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder 55 ~Decoder() {} in ~Decoder() 131 DISALLOW_COPY_AND_ASSIGN(Decoder); 141 void Decoder::PrintChar(const char ch) { in PrintChar() 147 void Decoder::Print(const char* str) { in Print() 158 void Decoder::PrintRegister(int reg) { in PrintRegister() 163 void Decoder::PrintRs(Instruction* instr) { in PrintRs() 169 void Decoder::PrintRt(Instruction* instr) { in PrintRt() 175 void Decoder::PrintRd(Instruction* instr) { in PrintRd() [all …]
|
/external/v8/src/mips64/ |
D | disasm-mips64.cc | 46 class Decoder { class 48 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder 56 ~Decoder() {} in ~Decoder() 139 DISALLOW_COPY_AND_ASSIGN(Decoder); 149 void Decoder::PrintChar(const char ch) { in PrintChar() 155 void Decoder::Print(const char* str) { in Print() 166 void Decoder::PrintRegister(int reg) { in PrintRegister() 171 void Decoder::PrintRs(Instruction* instr) { in PrintRs() 177 void Decoder::PrintRt(Instruction* instr) { in PrintRt() 183 void Decoder::PrintRd(Instruction* instr) { in PrintRd() [all …]
|
/external/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 51 uint64_t Address, const void *Decoder); 54 uint64_t Address, const void *Decoder); 57 uint64_t Address, const void *Decoder); 60 uint64_t Address, const void *Decoder); 63 const void *Decoder); 67 const void *Decoder); 70 uint64_t Address, const void *Decoder); 164 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() argument 174 uint64_t Address, const void *Decoder) { in decodeRiMemoryValue() argument 186 uint64_t Address, const void *Decoder) { in decodeRrMemoryValue() argument [all …]
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 68 const void *Decoder); 71 const void *Decoder); 74 const void *Decoder); 77 const void *Decoder); 80 const void *Decoder); 83 const void *Decoder); 86 const void *Decoder); 89 const void *Decoder); 92 const void *Decoder); 95 const void *Decoder); [all …]
|
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 23 inline LocalIndexOperand(Decoder* decoder, const byte* pc) { in LocalIndexOperand() 32 inline ImmI32Operand(Decoder* decoder, const byte* pc) { in ImmI32Operand() 40 inline ImmI64Operand(Decoder* decoder, const byte* pc) { in ImmI64Operand() 48 inline ImmF32Operand(Decoder* decoder, const byte* pc) { in ImmF32Operand() 59 inline ImmF64Operand(Decoder* decoder, const byte* pc) { in ImmF64Operand() 73 inline GlobalIndexOperand(Decoder* decoder, const byte* pc) { in GlobalIndexOperand() 85 inline BlockTypeOperand(Decoder* decoder, const byte* pc) { in BlockTypeOperand() 174 inline BreakDepthOperand(Decoder* decoder, const byte* pc) { in BreakDepthOperand() 185 inline CallIndirectOperand(Decoder* decoder, const byte* pc) { in CallIndirectOperand() 202 inline CallFunctionOperand(Decoder* decoder, const byte* pc) { in CallFunctionOperand() [all …]
|
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 35 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0; 37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, 78 class VP8Decoder : public Decoder { 80 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder() 83 : Decoder(cfg, flag) {} in VP8Decoder() 115 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() 119 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 174 class VP9Decoder : public Decoder { 176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() 179 : Decoder(cfg, flag) {} in VP9Decoder() [all …]
|
D | decode_test_driver.h | 39 class Decoder { 41 explicit Decoder(vpx_codec_dec_cfg_t cfg) in Decoder() function 46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in Decoder() function 51 virtual ~Decoder() { vpx_codec_destroy(&decoder_); } in ~Decoder() 130 Decoder * /*decoder*/) {} in PreDecodeFrameHook() argument 135 Decoder *decoder) { in HandleDecodeResult() 145 virtual void HandlePeekResult(Decoder *const decoder,
|
D | decode_test_driver.cc | 22 vpx_codec_err_t Decoder::PeekStream(const uint8_t *cxdata, size_t size, in PeekStream() 28 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { in DecodeFrame() 32 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, in DecodeFrame() 42 bool Decoder::IsVP8() const { in IsVP8() 47 void DecoderTest::HandlePeekResult(Decoder *const decoder, in HandlePeekResult() 68 Decoder *const decoder = codec_->CreateDecoder(dec_cfg, flags_); in RunLoop()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Decoder.java | 8 public class Decoder class 29 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Choice); in Init() 38 …public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOExc… in Decode() 59 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Decoders); in Init() 62 public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder rangeDecoder) throws IOException in DecodeNormal() 71 …public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchBy… in DecodeWithMatchByte() 124 …SevenZip.Compression.RangeCoder.Decoder m_RangeDecoder = new SevenZip.Compression.RangeCoder.Decod… 148 public Decoder() in Decoder() method in Decoder 183 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsMatchDecoders); in Init() 184 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRep0LongDecoders); in Init() [all …]
|
/external/libmojo/mojo/public/js/ |
D | codec.js | 42 function Decoder(buffer, handles, base) { class 49 Decoder.prototype.align = function() { class 53 Decoder.prototype.skip = function(offset) { 57 Decoder.prototype.readInt8 = function() { 63 Decoder.prototype.readUint8 = function() { 69 Decoder.prototype.readInt16 = function() { 75 Decoder.prototype.readUint16 = function() { 81 Decoder.prototype.readInt32 = function() { 87 Decoder.prototype.readUint32 = function() { 93 Decoder.prototype.readInt64 = function() { [all …]
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Decoder.java | 22 public class Decoder { class 104 public Decoder(Message message) { in Decoder() method in Decoder 108 private Decoder(Message message, Validator validator, int baseOffset) { in Decoder() method in Decoder 149 public Decoder decoderForSerializedUnion() { in decoderForSerializedUnion() 288 public Decoder readPointer(int offset, boolean nullable) { in readPointer() 308 Decoder d = readPointer(offset, BindingsHelper.isArrayNullable(arrayNullability)); in readBooleans() 332 Decoder d = readPointer(offset, BindingsHelper.isArrayNullable(arrayNullability)); in readBytes() 347 Decoder d = readPointer(offset, BindingsHelper.isArrayNullable(arrayNullability)); in readShorts() 362 Decoder d = readPointer(offset, BindingsHelper.isArrayNullable(arrayNullability)); in readInts() 377 Decoder d = readPointer(offset, BindingsHelper.isArrayNullable(arrayNullability)); in readFloats() [all …]
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.cc | 35 void Decoder::DecodeInstruction(const Instruction* instr) { in DecodeInstruction() 129 void Decoder::AppendVisitor(DecoderVisitor* new_visitor) { in AppendVisitor() 134 void Decoder::PrependVisitor(DecoderVisitor* new_visitor) { in PrependVisitor() 139 void Decoder::InsertVisitorBefore(DecoderVisitor* new_visitor, in InsertVisitorBefore() 155 void Decoder::InsertVisitorAfter(DecoderVisitor* new_visitor, in InsertVisitorAfter() 172 void Decoder::RemoveVisitor(DecoderVisitor* visitor) { in RemoveVisitor() 177 void Decoder::DecodePCRelAddressing(const Instruction* instr) { in DecodePCRelAddressing() 186 void Decoder::DecodeBranchSystemException(const Instruction* instr) { in DecodeBranchSystemException() 287 void Decoder::DecodeLoadStore(const Instruction* instr) { in DecodeLoadStore() 411 void Decoder::DecodeLogical(const Instruction* instr) { in DecodeLogical() [all …]
|
/external/brotli/go/cbrotli/internal/ |
D | decoder.go | 61 type Decoder struct { struct 67 func New() Decoder { 68 return Decoder{state: C.BrotliDecoderCreateInstance(nil, nil, nil)} 72 func (z *Decoder) Close() { argument 103 func (z *Decoder) DecompressStream(in []byte) ( argument
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 49 class Decoder { class 51 Decoder(const disasm::NameConverter& converter, Vector<char> out_buffer) in Decoder() function in v8::internal::Decoder 56 ~Decoder() {} in ~Decoder() 91 DISALLOW_COPY_AND_ASSIGN(Decoder); 101 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; } in PrintChar() 105 void Decoder::Print(const char* str) { in Print() 116 void Decoder::PrintRegister(int reg) { in PrintRegister() 122 void Decoder::PrintDRegister(int reg) { in PrintDRegister() 129 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt() 151 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister() [all …]
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 50 class Decoder { class 52 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder 60 ~Decoder() {} in ~Decoder() 125 DISALLOW_COPY_AND_ASSIGN(Decoder); 135 void Decoder::PrintChar(const char ch) { in PrintChar() 141 void Decoder::Print(const char* str) { in Print() 160 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition() 166 void Decoder::PrintRegister(int reg) { in PrintRegister() 172 void Decoder::PrintSRegister(int reg) { in PrintSRegister() 178 void Decoder::PrintDRegister(int reg) { in PrintDRegister() [all …]
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | BitTreeDecoder.java | 16 Decoder.InitBitModels(Models); in Init() 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException in Decode() 27 public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException in ReverseDecode() 42 Decoder rangeDecoder, int NumBitLevels) throws java.io.IOException in ReverseDecode()
|