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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp211 pThis->Core.ActualCtx.aGRegs[X86_GREG_xCX] = pSrcCtx->Rcx;
248 pThis->Core.ActualCtx.aGRegs[X86_GREG_xCX] = pSrcCtx->Ecx;
448 pThis->Core.ActualCtx.aGRegs[X86_GREG_xCX] = pCtx->uc_mcontext.gregs[REG_RCX];
483 pThis->Core.ActualCtx.aGRegs[X86_GREG_xCX] = pCtx->uc_mcontext.gregs[REG_ECX];
971 /* pop [ss:rcx + ActualCtx.aGRegs[X86_GREG_xCX]] */
975 *pbDst++ = RT_OFFSETOF(CIDETCPUCTX, aGRegs[X86_GREG_xCX]);
976 Assert(RT_OFFSETOF(CIDETCPUCTX, aGRegs[X86_GREG_xCX]) < 0x7f);
H A Dcidet-appA.asm133 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_xCX * 8 + 4], eax
203 mov xCX, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_xCX * 8]
287 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_xCX * 8], xCX
H A Dcidet-core.cpp2205 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_xCX], "%#010llx");
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h4747 IEM_MC_FETCH_GREG_U8(cShiftArg, X86_GREG_xCX);
4764 IEM_MC_FETCH_GREG_U8(cShiftArg, X86_GREG_xCX);
4782 IEM_MC_FETCH_GREG_U8(cShiftArg, X86_GREG_xCX);
4809 IEM_MC_FETCH_GREG_U8(cShiftArg, X86_GREG_xCX);
4830 IEM_MC_FETCH_GREG_U8(cShiftArg, X86_GREG_xCX);
4851 IEM_MC_FETCH_GREG_U8(cShiftArg, X86_GREG_xCX);
6252 IEM_MC_FETCH_GREG_U32(u64EbxEcx.s.Hi, X86_GREG_xCX);
6395 return FNIEMOP_CALL_1(iemOpCommonBswapGReg, X86_GREG_xCX | pIemCpu->uRexB);
7502 return FNIEMOP_CALL_2(iemOpCommonUnaryGReg, &g_iemAImpl_inc, X86_GREG_xCX);
7677 return FNIEMOP_CALL_2(iemOpCommonUnaryGReg, &g_iemAImpl_dec, X86_GREG_xCX);
[all...]
H A DIEMAllCImpl.cpp.h288 pCtx->cx = pa16Mem[7 - X86_GREG_xCX];
369 pCtx->rcx = pa32Mem[7 - X86_GREG_xCX];
441 pa16Mem[7 - X86_GREG_xCX] = pCtx->cx;
513 pa32Mem[7 - X86_GREG_xCX] = pCtx->ecx;
H A DIEMAll.cpp4516 case X86_GREG_xCX: return &pCtx->rcx;
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py103 X86_GREG_xCX = 1 variable
1849 iTmpReg1 = X86_GREG_xCX;
/vbox/include/iprt/
H A Dx86.h3807 #define X86_GREG_xCX 1 macro

Completed in 527 milliseconds