HomeSort by: relevance | last modified time | path
    Searched refs:R_AH (Results 1 - 2 of 2) sorted by relevancy

  /src/common/include/x86emu/
x86emu_regs.h 40 #define R_AH register_a.I8_reg.h_reg
  /src/common/lib/libx86emu/
x86emu.c 635 return &emu->x86.R_AH;
2327 emu->x86.R_AH = 0xff;
2329 emu->x86.R_AH = 0x0;
2415 emu->x86.R_FLG |= emu->x86.R_AH;
2424 emu->x86.R_AH = (uint8_t) (emu->x86.R_FLG & 0xff);
2427 emu->x86.R_AH |= 0x2;
4623 emu->x86.R_AH = fetch_byte_imm(emu);
7666 if (((emu->x86.R_AL & 0x80) == 0 && emu->x86.R_AH == 0x00) ||
7667 ((emu->x86.R_AL & 0x80) != 0 && emu->x86.R_AH == 0xFF)) {
7726 if (emu->x86.R_AH == 0)
    [all...]

Completed in 15 milliseconds