Lines Matching refs:R_CS
185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op()
488 push_word(M.x86.R_CS); in x86emuOp_push_CS()
499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
2324 push_word(M.x86.R_CS); in x86emuOp_call_far_IMM()
2325 M.x86.R_CS = farseg; in x86emuOp_call_far_IMM()
3493 M.x86.R_CS = pop_word(); in x86emuOp_ret_far_IMM()
3510 M.x86.R_CS = pop_word(); in x86emuOp_ret_far()
3532 push_word(M.x86.R_CS); in x86emuOp_int3()
3533 M.x86.R_CS = mem_access_word(3 * 4 + 2); in x86emuOp_int3()
3561 push_word(M.x86.R_CS); in x86emuOp_int_IMM()
3562 M.x86.R_CS = mem_access_word(intnum * 4 + 2); in x86emuOp_int_IMM()
3587 push_word(M.x86.R_CS); in x86emuOp_into()
3588 M.x86.R_CS = mem_access_word(4 * 4 + 2); in x86emuOp_into()
3609 M.x86.R_CS = pop_word(); in x86emuOp_iret()
4204 CALL_TRACE(M.x86.saved_cs, M.x86.saved_ip, M.x86.R_CS, ip, ""); in x86emuOp_call_near_IMM()
4247 M.x86.R_CS = cs; in x86emuOp_jump_far_IMM()
5018 push_word(M.x86.R_CS); in x86emuOp_opcFF_word_RM()
5019 M.x86.R_CS = destval2; in x86emuOp_opcFF_word_RM()
5033 M.x86.R_CS = destval2; in x86emuOp_opcFF_word_RM()