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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm111 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x15 * 8], r15
154 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x15 * 8 ], eax
155 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x15 * 8 + 4], eax
216 mov r15, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_x15 * 8]
H A Dcidet-app.cpp225 pThis->Core.ActualCtx.aGRegs[X86_GREG_x15] = pSrcCtx->R15;
262 pThis->Core.ActualCtx.aGRegs[X86_GREG_x15] = 0;
462 pThis->Core.ActualCtx.aGRegs[X86_GREG_x15] = pCtx->uc_mcontext.gregs[REG_R15];
H A Dcidet-core.cpp2219 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x15], "%#010llx");
/vbox/include/iprt/
H A Dx86.h3821 #define X86_GREG_x15 15 macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py117 X86_GREG_x15 = 15 variable
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4530 case X86_GREG_x15: return &pCtx->r15;

Completed in 3249 milliseconds