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

/haiku-fatelf/src/libs/x86emu/
H A Ddecode.c63 push_word(M.x86.R_CS);
64 M.x86.R_CS = mem_access_word(intno * 4 + 2);
106 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP);
124 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
162 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
186 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
208 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP));
231 fetched = (*sys_rdl) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP));
279 return M.x86.R_CS;
697 return &M.x86.R_CS;
[all...]
H A Ddebug.c123 tregs.x86.R_CS = seg;
141 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
410 printk("CS=%04x ", M.x86.R_CS);
461 printk("CS=%04x ", M.x86.R_CS);
H A Dsys.c545 push_word(M.x86.R_CS);
546 M.x86.R_CS = mem_access_word(num * 4 + 2);
H A Dops.c92 M.x86.R_CS, M.x86.R_IP - 1, op1));
963 push_word(M.x86.R_CS);
975 u8 op2 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
7481 push_word(M.x86.R_CS);
7482 M.x86.R_CS = farseg;
9305 M.x86.R_CS = pop_word();
9323 M.x86.R_CS = pop_word();
9345 push_word(M.x86.R_CS);
9346 M.x86.R_CS = mem_access_word(3 * 4 + 2);
9375 push_word(M.x86.R_CS);
[all...]
H A Dops2.c65 M.x86.R_CS, M.x86.R_IP - 2, op2);
1882 M.x86.R_CS, M.x86.R_IP - 3, op2, (mod << 6) | (rh << 3) | rl);
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h166 #define R_CS seg.CS macro
/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp288 M.x86.R_CS = 0x0;

Completed in 140 milliseconds