Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/dev add SX_SELECT_S instruction



details:   https://anonhg.NetBSD.org/src/rev/a30e6f08e729
branches:  trunk
changeset: 787038:a30e6f08e729
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu May 30 20:09:23 2013 +0000

description:
add SX_SELECT_S instruction

diffstat:

 sys/arch/sparc/dev/sxreg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 4b72038b8e5e -r a30e6f08e729 sys/arch/sparc/dev/sxreg.h
--- a/sys/arch/sparc/dev/sxreg.h        Thu May 30 20:08:47 2013 +0000
+++ b/sys/arch/sparc/dev/sxreg.h        Thu May 30 20:09:23 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sxreg.h,v 1.4 2013/05/29 22:25:23 macallan Exp $       */
+/*     $NetBSD: sxreg.h,v 1.5 2013/05/30 20:09:23 macallan Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -171,4 +171,6 @@
 
 #define SX_ROP(sa, sb, d, cnt) (0x90000000 | ((cnt) << 24) | SX_ROPL | \
                ((sa) << 14) | (sb) | ((d) << 7))
+#define SX_SELECT_S(sa, sb, d, cnt) (0x90000000 | ((cnt) << 24) | SX_SELS | \
+               ((sa) << 14) | (sb) | ((d) << 7))
 #endif /* SXREG_H */



Home | Main Index | Thread Index | Old Index