Lines Matching full:eax
66 __ mov(eax, Operand(esp, 4));
67 __ add(eax, Operand(esp, 8));
96 __ xor_(eax, Operand(eax)); // clear eax
100 __ add(eax, Operand(edx));
134 __ mov(eax, 1);
138 __ imul(eax, Operand(edx));
147 __ mov(eax, FACTORY->true_value());
180 __ cvttss2si(eax, Operand(esp, 4));
215 __ cvttsd2si(eax, Operand(esp, 4));
244 __ mov(eax, Operand(reinterpret_cast<intptr_t>(&baz), RelocInfo::NONE));
316 __ mov(eax, Operand(esp, 4));
317 __ cvtsi2sd(xmm0, Operand(eax));
359 __ mov(eax, kUndefined);
363 __ mov(eax, kEqual);
367 __ mov(eax, kGreater);
371 __ mov(eax, kLess);
375 __ mov(eax, kNaN);