-inl.h file uploaded in change http://codereview.chromium.org/113761

The movl instruction will use emit_rex_32, which
will emit a REX prefix without the REX.W bit set.
If none of the flags in the REX prefix is needed,
emit_rex_32 will not emit a prefix.

The mov_w instruction (if it is ever needed) will need
to use both the size override prefix and possibly a
REX without REX.W set.



On 2009/05/22 07:56:38, iposva wrote:
> http://codereview.chromium.org/115571/diff/1005/14
> File src/x64/assembler-x64.cc (right):

> http://codereview.chromium.org/115571/diff/1005/14#newcode279
> Line 279: emit_rex_64(dst, src);
> Will all mov instructions need the emit_rex_64 prefix? How are you
going to
> distinguish movl and movq instructions?

> Can you also please upload the -inl.h files?



http://codereview.chromium.org/115571

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to