• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/x86emu/

Lines Matching refs:R_SI

699 		return &emu->x86.R_SI;
934 offset = emu->x86.R_BX + emu->x86.R_SI;
941 offset = emu->x86.R_BP + emu->x86.R_SI;
948 offset = emu->x86.R_SI;
1586 push_word(emu, emu->x86.R_SI);
1609 emu->x86.R_SI = pop_word(emu);
2356 emu->x86.R_AX = emu->x86.R_SI;
2357 emu->x86.R_SI = (uint16_t) tmp;
2589 val = fetch_data_byte(emu, emu->x86.R_SI);
2591 emu->x86.R_SI += inc;
2625 val = fetch_data_long(emu, emu->x86.R_SI);
2628 val = fetch_data_word(emu, emu->x86.R_SI);
2632 emu->x86.R_SI += inc;
2656 val1 = fetch_data_byte(emu, emu->x86.R_SI);
2660 emu->x86.R_SI += inc;
2670 val1 = fetch_data_byte(emu, emu->x86.R_SI);
2674 emu->x86.R_SI += inc;
2681 val1 = fetch_data_byte(emu, emu->x86.R_SI);
2684 emu->x86.R_SI += inc;
2715 val1 = fetch_data_long(emu, emu->x86.R_SI);
2720 val1 = fetch_data_word(emu, emu->x86.R_SI);
2726 emu->x86.R_SI += inc;
2737 val1 = fetch_data_long(emu, emu->x86.R_SI);
2742 val1 = fetch_data_word(emu, emu->x86.R_SI);
2748 emu->x86.R_SI += inc;
2756 val1 = fetch_data_long(emu, emu->x86.R_SI);
2760 val1 = fetch_data_word(emu, emu->x86.R_SI);
2764 emu->x86.R_SI += inc;
2867 emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
2869 emu->x86.R_SI += inc;
2873 emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
2874 emu->x86.R_SI += inc;
2906 emu->x86.R_EAX = fetch_data_long(emu, emu->x86.R_SI);
2908 emu->x86.R_AX = fetch_data_word(emu, emu->x86.R_SI);
2910 emu->x86.R_SI += inc;
3115 emu->x86.R_SI = fetch_word_imm(emu);
8302 emu->x86.R_SI));
8303 emu->x86.R_SI += inc;
8311 emu->x86.R_SI));
8312 emu->x86.R_SI += inc;
8319 emu->x86.R_SI));
8320 emu->x86.R_SI += inc;
8333 fetch_byte(emu, emu->x86.R_ES, emu->x86.R_SI));
8337 fetch_word(emu, emu->x86.R_ES, emu->x86.R_SI));
8341 fetch_long(emu, emu->x86.R_ES, emu->x86.R_SI));
8344 emu->x86.R_SI += inc;