Module Name: src
Committed By: thorpej
Date: Tue Jul 21 13:37:19 UTC 2020
Modified Files:
src/sys/arch/alpha/alpha: db_instruction.h
Log Message:
Sort op_mskqh, op_insqh, and op_extqh.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/alpha/alpha/db_instruction.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/alpha/db_instruction.h
diff -u src/sys/arch/alpha/alpha/db_instruction.h:1.9 src/sys/arch/alpha/alpha/db_instruction.h:1.10
--- src/sys/arch/alpha/alpha/db_instruction.h:1.9 Mon Feb 6 02:14:10 2012
+++ src/sys/arch/alpha/alpha/db_instruction.h Tue Jul 21 13:37:18 2020
@@ -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 @@ typedef union {
#define op_msklh 0x62
#define op_inslh 0x67
#define op_extlh 0x6a
-#define op_extqh 0x7a
-#define op_insqh 0x77
#define op_mskqh 0x72
+#define op_insqh 0x77
+#define op_extqh 0x7a
/* MUL, "function" opcodes (bits 5..11) */