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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h5955 uint8_t const uInputAL = pCtx->al; local
5959 || (uInputAL & 0xf) >= 10)
5962 if (uInputAL < 6)
5964 pCtx->al = uInputAL - 6;
5972 if (uInputAL >= 0x9a || fCarry)

Completed in 59 milliseconds