Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h79 #define R_CS register_cs macro
H A Dx86emu.c188 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch()
256 emu->x86.R_CS = seg; in x86emu_exec_call()
411 return emu->x86.R_CS; in get_data_segment()
787 return &emu->x86.R_CS; in decode_rh_seg_register()
2441 push_word(emu, emu->x86.R_CS); in x86emuOp_call_far_IMM()
2442 emu->x86.R_CS = farseg; in x86emuOp_call_far_IMM()
3369 emu->x86.R_CS = pop_word(emu); in x86emuOp_ret_far_IMM()
3381 emu->x86.R_CS = pop_word(emu); in x86emuOp_ret_far()
3797 emu->x86.R_CS = cs; in x86emuOp_jump_far_IMM()
4190 emu->x86.R_CS = destval2; in x86emuOp_opcFF_word_RM()
[all …]