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

  /src/common/lib/libx86emu/
x86emu.c 676 return &emu->x86.R_CX;
1544 push_word(emu, emu->x86.R_CX);
1576 emu->x86.R_CX = pop_word(emu);
2194 emu->x86.R_AX = emu->x86.R_CX;
2195 emu->x86.R_CX = (uint16_t) tmp;
2504 count = emu->x86.R_CX;
2505 emu->x86.R_CX = 0;
2538 count = emu->x86.R_CX;
2539 emu->x86.R_CX = 0;
2572 while (emu->x86.R_CX != 0)
    [all...]
  /src/common/include/x86emu/
x86emu_regs.h 52 #define R_CX register_c.I16_reg.x_reg

Completed in 23 milliseconds