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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm108 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x12 * 8], r12
148 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x12 * 8 ], eax
149 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_x12 * 8 + 4], eax
213 mov r12, [xDX + CIDETCPUCTX.aGRegs + X86_GREG_x12 * 8]
H A Dcidet-app.cpp222 pThis->Core.ActualCtx.aGRegs[X86_GREG_x12] = pSrcCtx->R12;
259 pThis->Core.ActualCtx.aGRegs[X86_GREG_x12] = 0;
459 pThis->Core.ActualCtx.aGRegs[X86_GREG_x12] = pCtx->uc_mcontext.gregs[REG_R12];
H A Dcidet-core.cpp2216 IF_FIELD_DIFFERS_SET_ERROR(aGRegs[X86_GREG_x12], "%#010llx");
/vbox/include/iprt/
H A Dx86.h3818 #define X86_GREG_x12 12 macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py114 X86_GREG_x12 = 12 variable
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4527 case X86_GREG_x12: return &pCtx->r12;

Completed in 1729 milliseconds