http://codereview.chromium.org/1631008/diff/1/7 File src/x64/assembler-x64.h (right):
http://codereview.chromium.org/1631008/diff/1/7#newcode1108 src/x64/assembler-x64.h:1108: // The first argument is the reg field, the second argument is the r/m field. On 2010/04/12 10:07:27, William Hesse wrote:
On 2010/04/12 07:19:32, Rico wrote: > I do not get this comment - how can an XMMRegister be a memory
field?
The r/m field contains either a register reference (mode 3) or a
memory operand
reference (modes 0, 1, and 2). If it contains a register reference,
it refers
to either an XMM register or a GP register depending on the opcode.
Sorry my bad - I did not realize that the comment where describing the next three lines (I just thought it was describing the next line) http://codereview.chromium.org/1631008/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
