Lines Matching refs:R_SI
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;
2544 val = fetch_data_long(emu, emu->x86.R_SI);
2547 val = fetch_data_word(emu, emu->x86.R_SI);
2550 emu->x86.R_SI += inc;
2573 val1 = fetch_data_byte(emu, emu->x86.R_SI);
2577 emu->x86.R_SI += inc;
2587 val1 = fetch_data_byte(emu, emu->x86.R_SI);
2591 emu->x86.R_SI += inc;
2598 val1 = fetch_data_byte(emu, emu->x86.R_SI);
2601 emu->x86.R_SI += inc;
2631 val1 = fetch_data_long(emu, emu->x86.R_SI);
2635 val1 = fetch_data_word(emu, emu->x86.R_SI);
2640 emu->x86.R_SI += inc;
2651 val1 = fetch_data_long(emu, emu->x86.R_SI);
2655 val1 = fetch_data_word(emu, emu->x86.R_SI);
2660 emu->x86.R_SI += inc;
2668 val1 = fetch_data_long(emu, emu->x86.R_SI);
2672 val1 = fetch_data_word(emu, emu->x86.R_SI);
2676 emu->x86.R_SI += inc;
2772 emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
2774 emu->x86.R_SI += inc;
2778 emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
2779 emu->x86.R_SI += inc;
2810 emu->x86.R_EAX = fetch_data_long(emu, emu->x86.R_SI);
2812 emu->x86.R_AX = fetch_data_word(emu, emu->x86.R_SI);
2814 emu->x86.R_SI += inc;
3006 emu->x86.R_SI = fetch_word_imm(emu);
8018 fetch_byte(emu, emu->x86.R_ES, emu->x86.R_SI));
8019 emu->x86.R_SI += inc;
8026 fetch_word(emu, emu->x86.R_ES, emu->x86.R_SI));
8027 emu->x86.R_SI += inc;
8033 fetch_long(emu, emu->x86.R_ES, emu->x86.R_SI));
8034 emu->x86.R_SI += inc;
8047 fetch_byte(emu, emu->x86.R_ES, emu->x86.R_SI));
8051 fetch_word(emu, emu->x86.R_ES, emu->x86.R_SI));
8055 fetch_long(emu, emu->x86.R_ES, emu->x86.R_SI));
8058 emu->x86.R_SI += inc;