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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1171 void idivl(Register src);
2123 // (as idivl, but checks for special case as described in JVM spec.)
2124 // returns idivl instruction offset for implicit exception handling
H A Dassembler_x86.cpp1395 void Assembler::idivl(Register src) { function in class:Assembler
6339 // returns the (pc) offset of the idivl instruction - may be needed
7349 // The function returns the (pc) offset of the idivl
7374 idivl(reg);

Completed in 76 milliseconds