Description[Arm]: Make Assembler::movw only emit a movw instruction.
Currently Assembler::movw is really the mov macro instruction, leading to raw
emit calls to generate the real movw instruction. Replace all calls of mow
with the mov macro instruction (which will emit a movw if appropriate) and
make movw always emit movw.
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=22085
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|