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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp316 bool has_index() const { return _index_or_disp.is_register(); } function in class:VALUE_OBJ_CLASS_SPEC
319 bool uses(Register reg) const { return base() == reg || (has_index() && index() == reg); }
337 return base() == a.base() && (has_index() ? index() == a.index() : disp() == a.disp());

Completed in 50 milliseconds