Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h81 #define R_SS register_ss macro
H A Dx86emu.c408 return emu->x86.R_SS; in get_data_segment()
423 return emu->x86.R_SS; in get_data_segment()
789 return &emu->x86.R_SS; in decode_rh_seg_register()
3338 push_word(emu, fetch_word(emu, emu->x86.R_SS, in x86emuOp_enter()
4295 push_word(emu, emu->x86.R_SS); in x86emu_exec_one_byte()
4298 emu->x86.R_SS = pop_word(emu); in x86emu_exec_one_byte()
5433 common_load_far_pointer(emu, &emu->x86.R_SS); in x86emuOp2_lss_R_IMM()
8358 store_word(emu, emu->x86.R_SS, emu->x86.R_SP, w); in push_word()
8371 store_long(emu, emu->x86.R_SS, emu->x86.R_SP, w); in push_long()
8385 res = fetch_word(emu, emu->x86.R_SS, emu->x86.R_SP); in pop_word()
[all …]