DescriptionARM: Fix generating two ldr instructions in place of ldrd.
When ldrd is not available two ldr instructions are generated. This fixes these in the case where the register used in the memory operand is the same as the first register in the register pair receiving the values.
All tests now run on ARM with the flag --special-command="@ --noenable-vfp3". Running without VFP3 support in the simulator causes more ldrd instructions to be used, and the default build configuration does not utilize ldrd, but generated tow ldr instructions.
Committed: http://code.google.com/p/v8/source/detail?r=4667
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #
Messages
Total messages: 5 (0 generated)
|