Home
last modified time | relevance | path

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

/haiku/src/libs/x86emu/
H A Ddecode.c63 push_word(M.x86.R_CS); in x86emu_intr_handle()
64 M.x86.R_CS = mem_access_word(intno * 4 + 2); in x86emu_intr_handle()
106 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP); in X86EMU_exec()
124 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in X86EMU_exec()
162 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
186 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
208 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
231 fetched = (*sys_rdl) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm()
279 return M.x86.R_CS; in get_data_segment()
697 return &M.x86.R_CS; in decode_rm_seg_register()
H A Ddebug.c123 tregs.x86.R_CS = seg; in disassemble_forward()
141 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward()
410 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_regs()
461 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_xregs()
H A Dsys.c545 push_word(M.x86.R_CS); in X86EMU_prepareForInt()
546 M.x86.R_CS = mem_access_word(num * 4 + 2); in X86EMU_prepareForInt()
H A Dops.c92 M.x86.R_CS, M.x86.R_IP - 1, op1)); in x86emuOp_illegal_op()
963 push_word(M.x86.R_CS); in x86emuOp_push_CS()
975 u8 op2 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
7481 push_word(M.x86.R_CS); in x86emuOp_call_far_IMM()
7482 M.x86.R_CS = farseg; in x86emuOp_call_far_IMM()
9305 M.x86.R_CS = pop_word(); in x86emuOp_ret_far_IMM()
9323 M.x86.R_CS = pop_word(); in x86emuOp_ret_far()
9345 push_word(M.x86.R_CS); in x86emuOp_int3()
9346 M.x86.R_CS = mem_access_word(3 * 4 + 2); in x86emuOp_int3()
9375 push_word(M.x86.R_CS); in x86emuOp_int_IMM()
[all …]
H A Dops2.c65 M.x86.R_CS, M.x86.R_IP - 2, op2); in x86emuOp2_illegal_op()
1882 M.x86.R_CS, M.x86.R_IP - 3, op2, (mod << 6) | (rh << 3) | rl); in x86emuOp2_btX_I()
/haiku/headers/libs/x86emu/x86emu/
H A Dregs.h166 #define R_CS seg.CS macro
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp296 M.x86.R_CS = 0x0; in bios_interrupt()