Home
last modified time | relevance | path

Searched refs:R_ECX (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h59 #define R_ECX register_c.I32_reg.e_reg macro
H A Dx86emu.c737 return &emu->x86.R_ECX; in decode_rm_long_register()
814 base = emu->x86.R_ECX; in decode_sib_address()
847 i = emu->x86.R_ECX; in decode_sib_address()
894 offset = emu->x86.R_ECX; in decode_rl_address()
1570 push_long(emu, emu->x86.R_ECX); in x86emuOp_push_all()
1605 emu->x86.R_ECX = pop_long(emu); in x86emuOp_pop_all()
2252 emu->x86.R_EAX = emu->x86.R_ECX; in x86emuOp_xchg_word_AX_CX()
2253 emu->x86.R_ECX = tmp; in x86emuOp_xchg_word_AX_CX()
5274 emu->x86.R_ECX = 0x6c65746e; in x86emuOp2_cpuid()
8258 emu->x86.R_ECX = 0; in ins()
[all …]