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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm105 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x9 * 8], r9
142 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x9 * 8 ], eax
143 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x9 * 8 + 4], eax
210 mov r9, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_x9 * 8]
H A Dcidet-app.cpp219 pThis->Core.ActualCtx.aGRegs[X86_GREG_x9] = pSrcCtx->R9;
256 pThis->Core.ActualCtx.aGRegs[X86_GREG_x9] = 0;
456 pThis->Core.ActualCtx.aGRegs[X86_GREG_x9 ] = pCtx->uc_mcontext.gregs[REG_R9];
H A Dcidet-core.cpp2212 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x9], "%#010llx");
2213 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x9], "%#010llx");
/vbox/include/iprt/
H A Dx86.h3815 #define X86_GREG_x9 9 macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py111 X86_GREG_x9 = 9 variable
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4524 case X86_GREG_x9: return &pCtx->r9;

Completed in 455 milliseconds