Searched refs:X86_GREG_x10 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm106 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x10 * 8], r10
144 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x10 * 8 ], eax
145 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x10 * 8 + 4], eax
211 mov r10, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_x10 * 8]
H A Dcidet-app.cpp220 pThis->Core.ActualCtx.aGRegs[X86_GREG_x10] = pSrcCtx->R10;
257 pThis->Core.ActualCtx.aGRegs[X86_GREG_x10] = 0;
457 pThis->Core.ActualCtx.aGRegs[X86_GREG_x10] = pCtx->uc_mcontext.gregs[REG_R10];
H A Dcidet-core.cpp2214 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x10], "%#010llx");
/vbox/include/iprt/
H A Dx86.h3816 #define X86_GREG_x10 10 macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py112 X86_GREG_x10 = 10 variable
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4525 case X86_GREG_x10: return &pCtx->r10;

Completed in 148 milliseconds