Searched defs:EAX (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/x86/
H A Dregisters_x86.h31 EAX = 0, enumerator in enum:art::x86::Register
/art/compiler/optimizing/
H A Dintrinsics_x86.cc416 locations->SetInAt(0, Location::RegisterLocation(EAX));
424 DCHECK_EQ(out, EAX);
428 // Sign extend EAX into EDX.
431 // XOR EAX with sign.
432 __ xorl(EAX, EDX);
435 __ subl(EAX, EDX);
437 // The result is in EAX.
786 Location::RegisterLocation(EAX));
811 // Needs to be EAX for the invoke.
812 locations->AddTemp(Location::RegisterLocation(EAX));
1816 __ movw(Address(EDI, 0), EAX); local
[all...]

Completed in 160 milliseconds