Home | History | Annotate | Download | only in perlasm

Lines Matching refs:push

44 	&push("ebp");
45 &push("ebx");
46 &push("esi");
47 &push("edi");
62 &push($out);
63 &push($in);
64 &push($out); # used in decrypt for iv[1]
65 &push($in); # used in decrypt for iv[0]
72 # We have loaded them all, how lets push things
77 &comment("get and push parameter $p3");
79 { &mov("eax", &wparam($p3)); &push("eax"); }
80 else { &push("ecx"); }
84 &comment("get and push parameter $p2");
86 { &mov("eax", &wparam($p2)); &push("eax"); }
87 else { &push("ecx"); }
91 &comment("get and push parameter $p1");
93 { &mov("eax", &wparam($p1)); &push("eax"); }
94 else { &push("ecx"); }
96 &push("ebx"); # push data/iv