HomeSort by relevance Sort by last modified time
    Searched refs:DecoderBase (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.h 113 class DecoderBase {
dec_base.cpp 31 bool DecoderBase::is_prefix(const unsigned char * bytes)
61 unsigned int DecoderBase::fill_prefs(const unsigned char * bytes, Inst * pinst)
139 unsigned DecoderBase::decode(const void * addr, Inst * pinst)
190 bool DecoderBase::decode_aux(const EncoderBase::OpcodeDesc& odesc, unsigned aux,
369 bool DecoderBase::try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst) {
452 bool DecoderBase::decodeModRM(const EncoderBase::OpcodeDesc& odesc,
enc_wrapper.cpp 154 unsigned numBytes = DecoderBase::decode(stream_start, &decInst);
173 unsigned numBytes = DecoderBase::decode(stream, &decInst);
184 unsigned numBytes = DecoderBase::decode(stream, &decInst);
364 unsigned numBytes = DecoderBase::decode(stream, &decInst);
555 unsigned numBytes = DecoderBase::decode(stream, &decInst);
enc_base.cpp 384 unsigned len = DecoderBase::decode(saveStream, &inst);
448 len = DecoderBase::decode(saveStream, &inst2);
    [all...]

Completed in 129 milliseconds