Searched defs:ebx (Results 26 - 35 of 35) sorted by relevance

12

/vbox/src/VBox/VMM/include/
H A DVMMInternal.h129 uint32_t ebx; member in struct:VMMR0JMPBUF
/vbox/src/recompiler/tests/
H A Dtest-i386.c206 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
214 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
222 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
229 long eax, ebx, ecx, edx, esi, edi, res; local
231 ebx = i2l(0x0002);
240 TEST_LEA("(%%ebx)");
247 TEST_LEA("0x40(%%ebx)");
254 TEST_LEA("0x4000(%%ebx)");
261 TEST_LEA("(%%ebx, %%edx)");
268 TEST_LEA("0x4000(%%ebx,
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp302 pVCpu->cpum.s.Hyper.ebx = 0;
447 return pVCpu->cpum.s.Hyper.ebx;
791 VMMDECL(int) CPUMSetGuestEBX(PVMCPU pVCpu, uint32_t ebx) argument
793 pVCpu->cpum.s.Guest.ebx = ebx;
1014 return pVCpu->cpum.s.Guest.ebx;
/vbox/include/VBox/
H A Dsup.h131 uint32_t ebx; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
H A Dtypes.h813 uint32_t ebx; member in struct:VBOXTSS
/vbox/include/iprt/
H A Dasm.h447 "xchgl %%ebx, %3\n\t"
451 "movl %3, %%ebx\n\t"
472 mov ebx, dword ptr [u64]
847 __asm__ __volatile__("xchgl %%ebx, %4\n\t"
850 "movl %4, %%ebx\n\t"
879 mov ebx, dword ptr [u64New]
1149 __asm__ __volatile__("xchgl %%ebx, %1\n\t"
1151 "xchgl %%ebx, %1\n\t"
1173 mov ebx, dword ptr [u64New]
1179 mov ebx, [pu64Ol
1625 xor ebx, ebx local
1706 xor ebx, ebx local
[all...]
H A Dx86.h3508 uint32_t ebx; member in struct:X86TSS32
/vbox/src/recompiler/target-i386/
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/Devices/Graphics/shaderlib/wine/include/wine/
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/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h162 struct { unsigned int eax, ebx, ecx, edx, esi, edi; } i386_regs; member in struct:__anon1497::__anon1504::__anon1505

Completed in 563 milliseconds

12