Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Add OPC31_OR



details:   https://anonhg.NetBSD.org/src/rev/71fcc745da36
branches:  trunk
changeset: 331120:71fcc745da36
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Aug 01 21:56:36 2014 +0000

description:
Add OPC31_OR

diffstat:

 sys/arch/powerpc/include/instr.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 33ec5bc627c4 -r 71fcc745da36 sys/arch/powerpc/include/instr.h
--- a/sys/arch/powerpc/include/instr.h  Fri Aug 01 16:41:58 2014 +0000
+++ b/sys/arch/powerpc/include/instr.h  Fri Aug 01 21:56:36 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: instr.h,v 1.6 2011/02/12 18:23:09 matt Exp $ */
+/*     $NetBSD: instr.h,v 1.7 2014/08/01 21:56:36 matt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -315,6 +315,11 @@
 #define OPC31_MTSPR    0x1d3
 
 /*
+ * Opcode 31 sub-types (integer only)
+ */
+#define OPC31_OR       0x1bc
+
+/*
  * Opcode 59 sub-types:
  */
 



Home | Main Index | Thread Index | Old Index