Skip to content
Snippets Groups Projects
Commit 579bf92d authored by dtc's avatar dtc
Browse files

Add the popc instruction; from Raymond Toy.

parent e8e092bc
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.18 1998/03/21 08:05:23 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.19 1999/06/19 15:51:05 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -520,6 +520,8 @@ ...@@ -520,6 +520,8 @@
(define-f3-inst sdivx #b10 #b101101) ; v9 (define-f3-inst sdivx #b10 #b101101) ; v9
(define-f3-inst udivx #b10 #b001101) ; v9 (define-f3-inst udivx #b10 #b001101) ; v9
(define-f3-inst popc #b10 #b101110) ; v9: count one bits
;;;; Random instructions. ;;;; Random instructions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment