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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp3201 uint8_t f32BitGate = true; local
3224 f32BitGate = false;
3237 f32BitGate = false;
3402 ? (fFlags & IEM_XCPT_FLAGS_ERR ? 12 : 10) << f32BitGate
3403 : (fFlags & IEM_XCPT_FLAGS_ERR ? 20 : 18) << f32BitGate;
3437 if (f32BitGate)
3524 uint8_t const cbStackFrame = (fFlags & IEM_XCPT_FLAGS_ERR ? 8 : 6) << f32BitGate;
3530 if (f32BitGate)

Completed in 85 milliseconds