Lines Matching refs:R_EBX
738 return &emu->x86.R_EBX; in decode_rm_long_register()
818 base = emu->x86.R_EBX; in decode_sib_address()
850 i = emu->x86.R_EBX; in decode_sib_address()
897 offset = emu->x86.R_EBX; in decode_rl_address()
1569 push_long(emu, emu->x86.R_EBX); in x86emuOp_push_all()
1600 emu->x86.R_EBX = pop_long(emu); in x86emuOp_pop_all()
2289 emu->x86.R_EAX = emu->x86.R_EBX; in x86emuOp_xchg_word_AX_BX()
2290 emu->x86.R_EBX = tmp; in x86emuOp_xchg_word_AX_BX()
3071 emu->x86.R_EBX = fetch_long_imm(emu); in x86emuOp_mov_word_BX_IMM()
5261 hw_cpuid(&emu->x86.R_EAX, &emu->x86.R_EBX, &emu->x86.R_ECX, in x86emuOp2_cpuid()
5269 emu->x86.R_EBX = 0x756e6547; in x86emuOp2_cpuid()
5277 emu->x86.R_EBX = emu->x86.R_ECX = 0; in x86emuOp2_cpuid()
5284 emu->x86.R_EAX = emu->x86.R_EBX = emu->x86.R_ECX = in x86emuOp2_cpuid()