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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp840 address opnd; local
847 opnd = locate_operand(inst, call32_operand);
851 opnd = locate_operand(inst, (WhichOperand)format);
856 assert(opnd == pc(), "must put operand where relocs can find it");

Completed in 85 milliseconds