Home | History | Annotate | Download | only in x87

Lines Matching defs:eax

854       __ push(eax);
860 __ pop(eax);
861 __ xor_(MemOperand(esp, 0), eax);
864 __ pop(eax); // restore esp
865 __ pop(eax); // restore esp
979 __ mov(eax, esp);
980 __ PrepareCallCFunction(4, eax);
982 __ fld_d(MemOperand(eax, 0));
984 __ fld_d(MemOperand(eax, kDoubleSize));
1720 // stack, the number of arguments in EAX, the address of the runtime function
1727 // --{ push arguments and setup EAX, EBX, and ESI }-----------------------------
1730 // [eax = #args, ebx = runtime function, esi = context]