Searched refs:ebx (Results 201 - 225 of 228) sorted by relevance

12345678910

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h188 DWORD ebx; /* 1c */ member in struct:_STACK32FRAME
H A Dserver_protocol.h152 struct { unsigned int eax, ebx, ecx, edx, esi, edi; } i386_regs; member in struct:__anon14159::__anon14166::__anon14167
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm945 push ebx
952 pop ebx
/vbox/src/VBox/VMM/VMMAll/
H A DTRPMAll.cpp772 Log4(("eax=%08x ebx=%08x ecx=%08x edx=%08x esi=%08x edi=%08x\n"
775 pRegFrame->eax, pRegFrame->ebx, pRegFrame->ecx, pRegFrame->edx, pRegFrame->esi, pRegFrame->edi,
H A DIEMAll.cpp2584 pCurTSS32->ebx = pCtx->ebx;
2674 uNewEbx = pNewTSS32->ebx;
2784 pCtx->ebx = uNewEbx;
9308 case 3: u32EffAddr = pCtx->ebx; break;
9319 case 3: u32EffAddr = pCtx->ebx; break;
9334 case 3: u32EffAddr += pCtx->ebx; break;
10502 " eax=%08x ebx=%08x ecx=%08x edx=%08x esi=%08x edi=%08x\n"
10508 pCtx->eax, pCtx->ebx, pCtx->ecx, pCtx->edx, pCtx->esi, pCtx->edi,
H A DIEMAllCImpl.cpp.h334 rcStrict = iemMemStackPopU32Ex(pIemCpu, &pCtx->ebx, &TmpRsp);
485 rcStrict = iemMemStackPushU32Ex(pIemCpu, pCtx->ebx, &TmpRsp);
511 pa32Mem[7 - X86_GREG_xBX] = pCtx->ebx;
5860 CPUMGetGuestCpuId(IEMCPU_TO_VMCPU(pIemCpu), pCtx->eax, pCtx->ecx, &pCtx->eax, &pCtx->ebx, &pCtx->ecx, &pCtx->edx);
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1505 pszPrefix, pCtxCore->eax, pszPrefix, pCtxCore->ebx, pszPrefix, pCtxCore->ecx, pszPrefix, pCtxCore->edx, pszPrefix, pCtxCore->esi, pszPrefix, pCtxCore->edi,
1537 pszPrefix, pCtxCore->eax, pszPrefix, pCtxCore->ebx, pszPrefix, pCtxCore->ecx, pszPrefix, pCtxCore->edx, pszPrefix, pCtxCore->esi, pszPrefix, pCtxCore->edi,
1599 pszPrefix, pCtxCore->eax, pszPrefix, pCtxCore->ebx, pszPrefix, pCtxCore->ecx, pszPrefix, pCtxCore->edx, pszPrefix, pCtxCore->esi, pszPrefix, pCtxCore->edi,
1840 "eax=xxxxxxxx ebx=%08x ecx=xxxxxxxx edx=xxxxxxxx esi=%08x edi=%08x\n"
1847 /*pCtx->eax,*/ pCtx->ebx, /*pCtx->ecx, pCtx->edx,*/ pCtx->esi, pCtx->edi,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h188 DWORD ebx; /* 1c */ member in struct:_STACK32FRAME
/vbox/include/VBox/
H A Dsup.h131 uint32_t ebx; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
/vbox/src/recompiler/target-i386/
H A Dcpu.h1069 uint32_t *eax, uint32_t *ebx,
H A Dop_helper.c2439 uint32_t eax, ebx, ecx, edx; local
2443 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx); local
2445 EBX = ebx;
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFA.asm1554 push ebx
1572 pop ebx
/vbox/include/VBox/vmm/
H A Dcpum.h1080 VMMDECL(int) CPUMSetGuestEBX(PVMCPU pVCpu, uint32_t ebx);
/vbox/src/recompiler/
H A DVBoxRecompiler.c2159 pVM->rem.s.Env.regs[R_EBX] = pCtx->ebx;
2581 pCtx->ebx = pVM->rem.s.Env.regs[R_EBX];
2855 pCtx->ebx = pVM->rem.s.Env.regs[R_EBX];
4708 * @param pvEBX Where to store ebx.
5133 Log(("REM: linux syscall %3d: %s (eip=%08x ebx=%08x ecx=%08x edx=%08x esi=%08x edi=%08x ebp=%08x)\n",
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp1947 Log(("eax=%08x ebx=%08x ecx=%08x edx=%08x esi=%08x edi=%08x\n"
1960 pCtx->eax, pCtx->ebx, pCtx->ecx, pCtx->edx, pCtx->esi, pCtx->edi,
/vbox/include/iprt/
H A Dx86.h3508 uint32_t ebx; member in struct:X86TSS32
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h177 #define EBX %ebx
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h174 #define EBX %ebx
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h174 #define EBX %ebx
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h150 #define EBX %ebx
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h178 #define EBX %ebx
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h178 #define EBX %ebx
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h80 GEN_CHECK_OFF(CPUMHOSTCTX, ebx);
/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm9192 mov ebx, strict dword 00000000fh ; 66 bb 0f 00 00 00
9195 div ebx ; 66 f7 f3
13657 sal ebx, 010h ; 66 c1 e3 10
14666 mov dword [di+020h], ebx ; 66 89 5d 20
15523 shr ebx, 010h ; 66 c1 eb 10
15527 sal ebx, 010h ; 66 c1 e3 10
15654 mov ebx, strict dword 0000f4240h ; 66 bb 40 42 0f 00
15657 div ebx ; 66 f7 f3
15668 mov ebx, strict dword 000002710h ; 66 bb 10 27 00 00
15671 div ebx ; 6
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1466 "eax=%08VR{eax} ebx=%08VR{ebx} ecx=%08VR{ecx} edx=%08VR{edx} esi=%08VR{esi} edi=%08VR{edi}\n"
1503 "eax=%08VR{eax} ebx=%08VR{ebx} ecx=%08VR{ecx} edx=%08VR{edx} esi=%08VR{esi} edi=%08VR{edi}\n"
1552 ".eax=%08VR{eax} .ebx=%08VR{ebx} .ecx=%08VR{ecx} .edx=%08VR{edx} .esi=%08VR{esi} .edi=%08VR{edi}\n"
1558 ".eax=%08VR{eax} .ebx=%08VR{ebx} .ecx=%08VR{ecx} .edx=%08VR{edx} .esi=%08VR{esi} .edi=%08VR{edi}\n"
3329 pTss->eax, pTss->ebx, pTss->ecx, pTss->edx, pTss->esi, pTss->edi,

Completed in 332 milliseconds

12345678910