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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5842 Label quick; local
5843 // load x_hi, y_hi and check if quick
5849 jcc(Assembler::zero, quick); // if rbx, = 0 do quick multiply
5859 bind(quick); // note: rbx, = 0 if quick multiply!

Completed in 82 milliseconds