Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h41 #define R_AH register_a.I8_reg.h_reg macro
H A Dx86emu.c647 return &emu->x86.R_AH; in decode_rm_byte_register()
2396 emu->x86.R_AH = 0xff; in x86emuOp_cbw()
2398 emu->x86.R_AH = 0x0; in x86emuOp_cbw()
2489 emu->x86.R_FLG |= emu->x86.R_AH; in x86emuOp_sahf()
2499 emu->x86.R_AH = (uint8_t) (emu->x86.R_FLG & 0xff); in x86emuOp_lahf()
2502 emu->x86.R_AH |= 0x2; in x86emuOp_lahf()
4786 emu->x86.R_AH = fetch_byte_imm(emu); in x86emu_exec_one_byte()
7936 if (((emu->x86.R_AL & 0x80) == 0 && emu->x86.R_AH == 0x00) || in imul_byte()
7999 if (emu->x86.R_AH == 0) { in mul_byte()
8070 emu->x86.R_AH = (int8_t) mod; in idiv_byte()
[all …]