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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h389 RTGCPTR GCPtrTop = iemRegGetEffRsp(pIemCpu, pCtx); local
390 RTGCPTR GCPtrBottom = GCPtrTop - 15;
401 if (RT_UNLIKELY( GCPtrBottom > GCPtrTop
461 RTGCPTR GCPtrTop = iemRegGetEffRsp(pIemCpu, pCtx); local
462 RTGCPTR GCPtrBottom = GCPtrTop - 31;
473 if (RT_UNLIKELY( GCPtrBottom > GCPtrTop
H A DIEMAll.cpp4983 RTGCPTR GCPtrTop; local
4987 GCPtrTop = uTmpRsp.u -= cbItem;
4989 GCPtrTop = uTmpRsp.DWords.dw0 -= cbItem;
4991 GCPtrTop = uTmpRsp.Words.w0 -= cbItem;
4993 return GCPtrTop;
5010 RTGCPTR GCPtrTop; local
5015 GCPtrTop = uTmpRsp.u;
5020 GCPtrTop = uTmpRsp.DWords.dw0;
5025 GCPtrTop = uTmpRsp.Words.w0;
5029 return GCPtrTop;
5045 RTGCPTR GCPtrTop; local
5069 RTGCPTR GCPtrTop; local
7395 RTGCPTR GCPtrTop = iemRegGetRspForPush(pIemCpu, pCtx, 2, &uNewRsp); local
7426 RTGCPTR GCPtrTop = iemRegGetRspForPush(pIemCpu, pCtx, 4, &uNewRsp); local
7457 RTGCPTR GCPtrTop = iemRegGetRspForPush(pIemCpu, pCtx, 4, &uNewRsp); local
7509 RTGCPTR GCPtrTop = iemRegGetRspForPush(pIemCpu, pCtx, 8, &uNewRsp); local
7540 RTGCPTR GCPtrTop = iemRegGetRspForPop(pIemCpu, pCtx, 2, &uNewRsp); local
7571 RTGCPTR GCPtrTop = iemRegGetRspForPop(pIemCpu, pCtx, 4, &uNewRsp); local
7602 RTGCPTR GCPtrTop = iemRegGetRspForPop(pIemCpu, pCtx, 8, &uNewRsp); local
7634 RTGCPTR GCPtrTop = iemRegGetRspForPushEx(pIemCpu, pCtx, &NewRsp, 2); local
7666 RTGCPTR GCPtrTop = iemRegGetRspForPushEx(pIemCpu, pCtx, &NewRsp, 4); local
7698 RTGCPTR GCPtrTop = iemRegGetRspForPushEx(pIemCpu, pCtx, &NewRsp, 8); local
7730 RTGCPTR GCPtrTop = iemRegGetRspForPopEx(pIemCpu, pCtx, &NewRsp, 2); local
7762 RTGCPTR GCPtrTop = iemRegGetRspForPopEx(pIemCpu, pCtx, &NewRsp, 4); local
7794 RTGCPTR GCPtrTop = iemRegGetRspForPopEx(pIemCpu, pCtx, &NewRsp, 8); local
7834 RTGCPTR GCPtrTop = iemRegGetRspForPush(pIemCpu, pCtx, (uint8_t)cbMem, puNewRsp); local
7878 RTGCPTR GCPtrTop = iemRegGetRspForPop(pIemCpu, pCtx, (uint8_t)cbMem, puNewRsp); local
7903 RTGCPTR GCPtrTop = iemRegGetRspForPopEx(pIemCpu, pCtx, &NewRsp, 8); local
[all...]

Completed in 78 milliseconds