Don't generate absolute references under nacl-x64.

All NaCl modules are PIC to some degree: they can use constant offsets
when statically linked, but these offsets must be relative to %r15.
movabs* with memory operand can never be used.

R=eaeltsin@google.com

Review URL: http://codereview.chromium.org/7694018
1 file changed