From 579bf92db5e3a1b6fefbde7927afcb463787a50b Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sat, 19 Jun 1999 15:51:05 +0000 Subject: [PATCH] Add the popc instruction; from Raymond Toy. --- compiler/sparc/insts.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp index f977cb667..534c26cd3 100644 --- a/compiler/sparc/insts.lisp +++ b/compiler/sparc/insts.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (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 @@ (define-f3-inst sdivx #b10 #b101101) ; v9 (define-f3-inst udivx #b10 #b001101) ; v9 +(define-f3-inst popc #b10 #b101110) ; v9: count one bits + ;;;; Random instructions. -- GitLab