X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Finsts.lisp;h=68dbf7ff5d63b4a824eb0ceebd70b9453e123be5;hb=5cd15f4133804a16c5d367556da160144e741852;hp=4e94ca9563daaab0679fc1992a590f366ac535ff;hpb=3ef6306586473825ef8e8fb59c02c7ca5e289335;p=sbcl.git diff --git a/src/compiler/x86-64/insts.lisp b/src/compiler/x86-64/insts.lisp index 4e94ca9..68dbf7f 100644 --- a/src/compiler/x86-64/insts.lisp +++ b/src/compiler/x86-64/insts.lisp @@ -2116,7 +2116,7 @@ (maybe-emit-operand-size-prefix segment :dword) (emit-byte segment #b10011000))) -;;; CDQE -- Convert Word To Double Word Extended. RAX <- sign_xtnd(EAX) +;;; CDQE -- Convert Double Word To Quad Word Extended. RAX <- sign_xtnd(EAX) (define-instruction cdqe (segment) (:printer rex-byte ((op #b10011000))) (:emitter