Searched refs:R_CS (Results 1 – 7 of 7) sorted by relevance
61 inline int R_CS = 15; variable62 #pragma D binding "1.0" R_CS
58 printf("R_CS = 0x%x\n", uregs[R_CS]);
45 printf("R_CS = 0x%x\n", uregs[R_CS]);
61 inline int R_CS = @CS@; variable62 #pragma D binding "1.0" R_CS
79 #define R_CS register_cs macro
185 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch()253 emu->x86.R_CS = seg; in x86emu_exec_call()408 return emu->x86.R_CS; in get_data_segment()784 return &emu->x86.R_CS; in decode_rh_seg_register()2438 push_word(emu, emu->x86.R_CS); in x86emuOp_call_far_IMM()2439 emu->x86.R_CS = farseg; in x86emuOp_call_far_IMM()3366 emu->x86.R_CS = pop_word(emu); in x86emuOp_ret_far_IMM()3378 emu->x86.R_CS = pop_word(emu); in x86emuOp_ret_far()3794 emu->x86.R_CS = cs; in x86emuOp_jump_far_IMM()4187 emu->x86.R_CS = destval2; in x86emuOp_opcFF_word_RM()[all …]
303 x86bios_fault_cs = emu->x86.R_CS; in x86bios_set_fault()