Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Sort op_mskqh, op_insqh, and op_extqh.



details:   https://anonhg.NetBSD.org/src/rev/461a4c0bc4ad
branches:  trunk
changeset: 936215:461a4c0bc4ad
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 21 13:37:18 2020 +0000

description:
Sort op_mskqh, op_insqh, and op_extqh.

diffstat:

 sys/arch/alpha/alpha/db_instruction.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e10eba452631 -r 461a4c0bc4ad sys/arch/alpha/alpha/db_instruction.h
--- a/sys/arch/alpha/alpha/db_instruction.h     Tue Jul 21 13:18:58 2020 +0000
+++ b/sys/arch/alpha/alpha/db_instruction.h     Tue Jul 21 13:37:18 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_instruction.h,v 1.9 2012/02/06 02:14:10 matt Exp $ */
+/* $NetBSD: db_instruction.h,v 1.10 2020/07/21 13:37:18 thorpej Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -357,9 +357,9 @@
 #define        op_msklh        0x62
 #define        op_inslh        0x67
 #define        op_extlh        0x6a
-#define        op_extqh        0x7a
+#define        op_mskqh        0x72
 #define        op_insqh        0x77
-#define        op_mskqh        0x72
+#define        op_extqh        0x7a
 
                /* MUL, "function" opcodes (bits 5..11)  */
 



Home | Main Index | Thread Index | Old Index