DescriptionARM: Implement DoDivI in the lithium code generator.
This change provides fast code for a few special cases and calls the GenericBinaryOpStub for the rest.
It also changes the register allocation in the generation of lithium instructions to use fixed registers that are compatible with the generic stub. This allocation can be change once we use a more flexible implementation.
Finally, this change provides infrastructure to save double registers at safepoints, which is need to call the stub in deferred code.
BUG=
TEST=
Patch Set 1 #
Total comments: 10
Patch Set 2 : Implement deferred code. #Patch Set 3 : Small fix in comment. #Patch Set 4 : Issue numbers for TODOs. #
Total comments: 2
Patch Set 5 : Adressed comments #
Messages
Total messages: 4 (0 generated)
|