Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(773)

Issue 133740043: code review 133740043: cmd/6a: add MOVDQA and MOVDQU instructions

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by stephan.lachowsky
Modified:
9 years, 4 months ago
Reviewers:
CC:
golang-codereviews, gobot, rsc, josharian
Visibility:
Public.

Description

cmd/6a: add MOVDQA and MOVDQU instructions Move aligned (or unaligned) double quadword.

Patch Set 1 #

Patch Set 2 : diff -r 7dba9475ee7249ad4f5a976f4ec0c937633849dc https://code.google.com/p/go #

Patch Set 3 : diff -r d06e79685295c5e0da29106e139cfaafb3318258 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M src/cmd/6a/lex.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/6l/6.out.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/liblink/asm6.c View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7
stephan.lachowsky
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-21 21:09:56 UTC) #1
gobot
R=rsc@golang.org (assigned by dave@cheney.net)
9 years, 8 months ago (2014-08-21 23:33:39 UTC) #2
josharian
Naive questions: It looks like MOVDQU and MOVDQA are already covered by MOVOU and MOVO ...
9 years, 8 months ago (2014-08-21 23:59:53 UTC) #3
rsc
I believe these are already present, as MOVO and MOVOU. The O stands for octo-word.
9 years, 8 months ago (2014-08-22 00:45:41 UTC) #4
stephan.lachowsky
You are both correct. These already exist, and the encoding for the register to memory ...
9 years, 8 months ago (2014-08-22 01:30:33 UTC) #5
rsc
No, I'd rather not add the aliases. We don't try to match all the Intel ...
9 years, 8 months ago (2014-08-22 01:54:15 UTC) #6
gobot
9 years, 4 months ago (2014-12-19 05:12:30 UTC) #7
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/133740043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b