Commit de9fa693 by Richard Stallman

(movdi): Use D code for operand 1.

From-SVN: r2395
parent 61fcaf9e
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
"" ""
"@ "@
clrq %0 clrq %0
movq %1,%0") movq %D1,%0")
;; The VAX move instructions have space-time tradeoffs. On a microVAX ;; The VAX move instructions have space-time tradeoffs. On a microVAX
;; register-register mov instructions take 3 bytes and 2 CPU cycles. clrl ;; register-register mov instructions take 3 bytes and 2 CPU cycles. clrl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment