Home
last modified time | relevance | path

Searched defs:opnd (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Ddec_base.cpp200 EncoderBase::Operand& opnd = pinst->operands[pinst->argc]; in decode_aux() local
459 EncoderBase::Operand& opnd = pinst->operands[pinst->argc]; in decodeModRM() local
Denc_wrapper.cpp85 void printOperand(const EncoderBase::Operand & opnd) { in printOperand()
506 unsigned int DisassembleOperandToBuf(const EncoderBase::Operand& opnd, char* strbuf, unsigned int l… in DisassembleOperandToBuf()