Searched refs:push_long (Results 1 – 4 of 4) sorted by relevance
741 push_long(*reg); in x86emuOp_push_register()795 push_long(M.x86.R_EAX); in x86emuOp_push_all()796 push_long(M.x86.R_ECX); in x86emuOp_push_all()797 push_long(M.x86.R_EDX); in x86emuOp_push_all()798 push_long(M.x86.R_EBX); in x86emuOp_push_all()799 push_long(old_sp); in x86emuOp_push_all()800 push_long(M.x86.R_EBP); in x86emuOp_push_all()801 push_long(M.x86.R_ESI); in x86emuOp_push_all()937 push_long(imm); in x86emuOp_push_word_IMM()2365 push_long(flags); in x86emuOp_pushf_word()[all …]
2402 void push_long(u32 w) in push_long() function
133 void push_long (u32 w);
5490 push_long(M.x86.R_EAX);5515 push_long(M.x86.R_ECX);5594 - push_long(M.x86.R_ESP);6010 push_long(imm);6278 - push_long((s32)imm);6281 + push_long((s32) imm);8270 push_long(flags);18701 -void push_long(u32 w)18703 +push_long(u32 w)21260 -void push_long (u32 w);[all …]