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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9990 bool auxiliary_carry() const { return ((_value >> 4) & 1) != 0; } function in class:Flag_Register
10001 f[4] = (auxiliary_carry()) ? 'A' : '-';

Completed in 65 milliseconds