Home | History | Annotate | Download | only in ia32

Lines Matching full:eax

157   Set(eax, Immediate(0));
270 push(eax);
273 pop(eax);
390 mov(edi, Operand(eax));
391 lea(esi, Operand(ebp, eax, times_4, offset));
493 // eax must hold the exception.
494 if (!value.is(eax)) {
495 mov(eax, value);
530 // eax must hold the exception.
531 if (!value.is(eax)) {
532 mov(eax, value);
562 mov(eax, false);
563 mov(Operand::StaticVariable(external_caught), eax);
565 // Set pending exception and eax to out of memory exception.
568 mov(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException()));
569 mov(Operand::StaticVariable(pending_exception), eax);
1178 mov(eax, Immediate(isolate()->factory()->undefined_value()));
1208 Set(eax, Immediate(function->nargs));
1236 Set(eax, Immediate(num_arguments));
1256 Set(eax, Immediate(num_arguments));
1265 mov(eax, Immediate(num_arguments));
1280 Set(eax, Immediate(num_arguments));
1291 Set(eax, Immediate(num_arguments));
1315 // register eax.
1383 mov(eax, Operand(eax, 0));
1393 test(eax, Operand(eax));
1396 mov(eax, Operand(eax, 0));
1423 mov(eax, isolate()->factory()->undefined_value());
1431 mov(edi, eax);
1433 mov(eax, Immediate(delete_extensions));
1434 call(Operand(eax));
1435 mov(eax, edi);
1473 mov(eax, actual.immediate());
1493 mov(eax, actual.immediate());
1499 ASSERT(actual.reg().is(eax));
1552 Operand dummy(eax);
1888 push(eax);
2025 // Trashing eax is ok as it will be the return value.
2026 mov(Operand(eax), Immediate(function));
2027 CallCFunction(eax, num_arguments);