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

  /src/common/lib/libx86emu/
x86emu.c 686 return &emu->x86.R_SI;
917 offset = emu->x86.R_BX + emu->x86.R_SI;
924 offset = emu->x86.R_BP + emu->x86.R_SI;
931 offset = emu->x86.R_SI;
1549 push_word(emu, emu->x86.R_SI);
1571 emu->x86.R_SI = pop_word(emu);
2289 emu->x86.R_AX = emu->x86.R_SI;
2290 emu->x86.R_SI = (uint16_t) tmp;
2509 val = fetch_data_byte(emu, emu->x86.R_SI);
2511 emu->x86.R_SI += inc
    [all...]
  /src/common/include/x86emu/
x86emu_regs.h 64 #define R_SI register_si.I16_reg.x_reg

Completed in 14 milliseconds