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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm104 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x8 * 8], r8
140 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x8 * 8 ], eax
141 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x8 * 8 + 4], eax
209 mov r8, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_x8 * 8]
H A Dcidet-app.cpp218 pThis->Core.ActualCtx.aGRegs[X86_GREG_x8] = pSrcCtx->R8;
255 pThis->Core.ActualCtx.aGRegs[X86_GREG_x8] = 0;
455 pThis->Core.ActualCtx.aGRegs[X86_GREG_x8 ] = pCtx->uc_mcontext.gregs[REG_R8];
H A Dcidet-core.cpp2211 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x8], "%#010llx");
/vbox/include/iprt/
H A Dx86.h3814 #define X86_GREG_x8 8 macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py110 X86_GREG_x8 = 8 variable
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4523 case X86_GREG_x8: return &pCtx->r8;

Completed in 290 milliseconds