Searched refs:Inst (Results 1 - 6 of 6) sorted by path

/dalvik/vm/compiler/codegen/x86/libenc/
H A Ddec_base.cpp61 unsigned int DecoderBase::fill_prefs(const unsigned char * bytes, Inst * pinst)
69 Inst::PrefGroups where;
83 where = Inst::Group1;
95 where = Inst::Group2;
109 where = Inst::Group3;
114 where = Inst::Group4;
139 unsigned DecoderBase::decode(const void * addr, Inst * pinst)
141 Inst tmp;
191 const unsigned char ** pbuf, Inst * pinst
369 bool DecoderBase::try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pins
[all...]
H A Ddec_base.h43 struct Inst { struct
44 Inst() { function in struct:Inst
115 static unsigned decode(const void * addr, Inst * pinst);
118 const unsigned char ** pbuf, Inst * pinst
125 Inst * pinst
130 static bool try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst);
131 static unsigned int fill_prefs( const unsigned char * bytes, Inst * pinst);
H A Denc_base.cpp383 Inst inst;
447 Inst inst2;
H A Denc_wrapper.cpp116 void printDecoderInst(Inst & decInst) {
153 Inst decInst;
172 Inst decInst;
183 Inst decInst;
363 Inst decInst;
533 void DisassembleInstToBuf(Inst& decInst, char* strbuf, unsigned int len)
554 Inst decInst;
/dalvik/vm/mterp/mips/
H A Dfooter.S654 lhu rOBJ, (a2) # rOBJ -< load Inst from New PC
/dalvik/vm/mterp/out/
H A DInterpAsm-mips.S11660 lhu rOBJ, (a2) # rOBJ -< load Inst from New PC

Completed in 145 milliseconds