Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/x86emu/
H A Dx86emu.c693 return &emu->x86.R_AX; in decode_rm_word_register()
1343 emu->x86.R_AX = (*binop16)(emu, emu->x86.R_AX, srcval); in common_binop_word_long_imm()
1553 cmp_word(emu, emu->x86.R_AX, srcval); in x86emuOp16_cmp_word_AX_IMM()
1586 push_word(emu, emu->x86.R_AX); in x86emuOp_push_all()
1621 emu->x86.R_AX = pop_word(emu); in x86emuOp_pop_all()
2261 tmp = emu->x86.R_AX; in x86emuOp_xchg_word_AX_CX()
2262 emu->x86.R_AX = emu->x86.R_CX; in x86emuOp_xchg_word_AX_CX()
2281 tmp = emu->x86.R_AX; in x86emuOp_xchg_word_AX_DX()
2282 emu->x86.R_AX in x86emuOp_xchg_word_AX_DX()
[all...]
H A Dx86emu_regs.h51 #define R_AX register_a.I16_reg.x_reg macro