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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp7142 * @param enmOpSize The effective operand size.
7145 uint8_t iSegReg, RTGCPTR GCPtrMem, IEMMODE enmOpSize)
7150 enmOpSize == IEMMODE_64BIT
7152 : enmOpSize == IEMMODE_32BIT
7161 switch (enmOpSize)
7341 * @param enmOpSize The effective operand size.
7344 uint8_t iSegReg, RTGCPTR GCPtrMem, IEMMODE enmOpSize)
7349 enmOpSize == IEMMODE_64BIT
7351 : enmOpSize == IEMMODE_32BIT
7364 if (enmOpSize
7144 iemMemFetchDataXdtr(PIEMCPU pIemCpu, uint16_t *pcbLimit, PRTGCPTR pGCPtrBase, uint8_t iSegReg, RTGCPTR GCPtrMem, IEMMODE enmOpSize) argument
7343 iemMemStoreDataXdtr(PIEMCPU pIemCpu, uint16_t cbLimit, RTGCPTR GCPtrBase, uint8_t iSegReg, RTGCPTR GCPtrMem, IEMMODE enmOpSize) argument
[all...]

Completed in 78 milliseconds