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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm107 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x11 * 8], r11
146 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x11 * 8 ], eax
147 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x11 * 8 + 4], eax
212 mov r11, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_x11 * 8]
H A Dcidet-app.cpp221 pThis->Core.ActualCtx.aGRegs[X86_GREG_x11] = pSrcCtx->R11;
258 pThis->Core.ActualCtx.aGRegs[X86_GREG_x11] = 0;
458 pThis->Core.ActualCtx.aGRegs[X86_GREG_x11] = pCtx->uc_mcontext.gregs[REG_R11];
H A Dcidet-core.cpp2215 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x11], "%#010llx");
/vbox/include/iprt/
H A Dx86.h3817 #define X86_GREG_x11 11 macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py113 X86_GREG_x11 = 11 variable
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4526 case X86_GREG_x11: return &pCtx->r11;

Completed in 598 milliseconds