Searched refs:R_SS (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp293 M.x86.R_SS = stackTop >> 4;
294 M.x86.R_ESP = stackTop - (M.x86.R_SS << 4);
/haiku-fatelf/src/libs/x86emu/
H A Ddebug.c409 printk("SS=%04x ", M.x86.R_SS);
460 printk("SS=%04x ", M.x86.R_SS);
H A Ddecode.c276 return M.x86.R_SS;
291 return M.x86.R_SS;
700 return &M.x86.R_SS;
H A Dprim_ops.c2746 (*sys_wrw) (((u32) M.x86.R_SS << 4) + M.x86.R_SP, w);
2761 (*sys_wrl) (((u32) M.x86.R_SS << 4) + M.x86.R_SP, w);
2777 res = (*sys_rdw) (((u32) M.x86.R_SS << 4) + M.x86.R_SP);
2795 res = (*sys_rdl) (((u32) M.x86.R_SS << 4) + M.x86.R_SP);
H A Dops2.c1402 M.x86.R_SS = fetch_data_word(srcoffset + 2);
1411 M.x86.R_SS = fetch_data_word(srcoffset + 2);
1420 M.x86.R_SS = fetch_data_word(srcoffset + 2);
H A Dops.c1399 push_word(M.x86.R_SS);
1414 M.x86.R_SS = pop_word();
9263 push_word(fetch_data_word_abs(M.x86.R_SS, M.x86.R_BP));
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h168 #define R_SS seg.SS macro

Completed in 79 milliseconds