Home | History | Annotate | Download | only in target-i386

Lines Matching full:ebx

384         stl_kernel(env->tr.base + (0x28 + 3 * 4), EBX);
398 stw_kernel(env->tr.base + (0x12 + 3 * 2), EBX);
450 EBX = new_regs[3];
1428 stq_phys(sm_state + 0x7fe0, EBX);
1455 stl_phys(sm_state + 0x7fdc, EBX);
1554 EBX = ldq_phys(sm_state + 0x7fe0);
1585 EBX = ldl_phys(sm_state + 0x7fdc);
1890 stq(a0, ((uint64_t)ECX << 32) | (uint32_t)EBX);
1914 stq(a0, EBX);
1940 uint32_t eax, ebx, ecx, edx;
1944 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx);
1946 EBX = ebx;