Searched refs:isModRMPresent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DInstructionDecoder.java119 private boolean isModRMPresent(int addrMode) { method in class:InstructionDecoder
146 if( isModRMPresent(addrMode1) || isModRMPresent(addrMode2) || isModRMPresent(addrMode3) ) {

Completed in 84 milliseconds