Lines Matching refs:push_word
460 push_word(M.x86.R_ES); in x86emuOp_push_ES()
488 push_word(M.x86.R_CS); in x86emuOp_push_CS()
513 push_word(M.x86.R_SS); in x86emuOp_push_SS()
541 push_word(M.x86.R_DS); in x86emuOp_push_DS()
747 push_word(*reg); in x86emuOp_push_register()
806 push_word(M.x86.R_AX); in x86emuOp_push_all()
807 push_word(M.x86.R_CX); in x86emuOp_push_all()
808 push_word(M.x86.R_DX); in x86emuOp_push_all()
809 push_word(M.x86.R_BX); in x86emuOp_push_all()
810 push_word(old_sp); in x86emuOp_push_all()
811 push_word(M.x86.R_BP); in x86emuOp_push_all()
812 push_word(M.x86.R_SI); in x86emuOp_push_all()
813 push_word(M.x86.R_DI); in x86emuOp_push_all()
939 push_word((u16)imm); in x86emuOp_push_word_IMM()
1064 push_word(imm); in x86emuOp_push_byte_IMM()
2324 push_word(M.x86.R_CS); in x86emuOp_call_far_IMM()
2326 push_word(M.x86.R_IP); in x86emuOp_call_far_IMM()
2367 push_word((u16)flags); in x86emuOp_pushf_word()
3448 push_word(M.x86.R_BP); in x86emuOp_enter()
3453 push_word(fetch_data_word_abs(M.x86.R_SS, M.x86.R_BP)); in x86emuOp_enter()
3455 push_word(frame_pointer); in x86emuOp_enter()
3529 push_word((u16)M.x86.R_FLG); in x86emuOp_int3()
3532 push_word(M.x86.R_CS); in x86emuOp_int3()
3534 push_word(M.x86.R_IP); in x86emuOp_int3()
3558 push_word((u16)M.x86.R_FLG); in x86emuOp_int_IMM()
3561 push_word(M.x86.R_CS); in x86emuOp_int_IMM()
3563 push_word(M.x86.R_IP); in x86emuOp_int_IMM()
3584 push_word((u16)M.x86.R_FLG); in x86emuOp_into()
3587 push_word(M.x86.R_CS); in x86emuOp_into()
3589 push_word(M.x86.R_IP); in x86emuOp_into()
4206 push_word(M.x86.R_IP); in x86emuOp_call_near_IMM()
5011 push_word(M.x86.R_IP); in x86emuOp_opcFF_word_RM()
5018 push_word(M.x86.R_CS); in x86emuOp_opcFF_word_RM()
5020 push_word(M.x86.R_IP); in x86emuOp_opcFF_word_RM()
5047 push_word(destval); in x86emuOp_opcFF_word_RM()
5091 push_word(M.x86.R_IP); in x86emuOp_opcFF_word_RM()
5125 push_word(*destreg); in x86emuOp_opcFF_word_RM()