Searched refs:R_SI (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/x86emu/
H A Ddecode.c623 return &M.x86.R_SI;
877 return (M.x86.R_BX + M.x86.R_SI) & 0xffff;
884 return (M.x86.R_BP + M.x86.R_SI) & 0xffff;
891 return M.x86.R_SI;
966 return (M.x86.R_BX + M.x86.R_SI + displacement) & 0xffff;
973 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff;
980 return (M.x86.R_SI + displacement) & 0xffff;
1062 return (M.x86.R_BX + M.x86.R_SI + displacement) & 0xffff;
1069 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff;
1076 return (M.x86.R_SI
[all...]
H A Dprim_ops.c2674 fetch_data_byte_abs(M.x86.R_ES, M.x86.R_SI));
2675 M.x86.R_SI += inc;
2682 fetch_data_word_abs(M.x86.R_ES, M.x86.R_SI));
2683 M.x86.R_SI += inc;
2689 fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI));
2690 M.x86.R_SI += inc;
2704 fetch_data_byte_abs(M.x86.R_ES, M.x86.R_SI));
2708 fetch_data_word_abs(M.x86.R_ES, M.x86.R_SI));
2712 fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI));
2715 M.x86.R_SI
[all...]
H A Dops.c3777 M.x86.R_SI = inc_word(M.x86.R_SI);
3977 M.x86.R_SI = dec_word(M.x86.R_SI);
4181 push_word(M.x86.R_SI);
4381 M.x86.R_SI = pop_word();
4448 push_word(M.x86.R_SI);
4482 M.x86.R_SI = pop_word();
7342 M.x86.R_AX = M.x86.R_SI;
7343 M.x86.R_SI
[all...]
H A Ddebug.c405 printk("SI=%04x ", M.x86.R_SI);
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h144 #define R_SI spc.SI.I16_reg.x_reg macro
152 #define R_SI spc.SI.I16_reg.x_reg macro

Completed in 64 milliseconds