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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp6344 // input : rax: dividend min_long
6347 // output: rax: quotient (= rax idiv reg) min_long
6350 static const int64_t min_long = 0x8000000000000000; local
6354 cmp64(rax, ExternalAddress((address) &min_long));

Completed in 74 milliseconds