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 Define the FIX float function codes (IT...
details: https://anonhg.NetBSD.org/src/rev/c8a56e7e5210
branches: trunk
changeset: 984728:c8a56e7e5210
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jul 20 02:42:10 2021 +0000
description:
Define the FIX float function codes (ITOFF, ITOFS, ITOFT).
diffstat:
sys/arch/alpha/alpha/db_instruction.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 0e6c7ff3bb09 -r c8a56e7e5210 sys/arch/alpha/alpha/db_instruction.h
--- a/sys/arch/alpha/alpha/db_instruction.h Tue Jul 20 01:56:06 2021 +0000
+++ b/sys/arch/alpha/alpha/db_instruction.h Tue Jul 20 02:42:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_instruction.h,v 1.12 2021/06/21 02:10:46 thorpej Exp $ */
+/* $NetBSD: db_instruction.h,v 1.13 2021/07/20 02:42:10 thorpej Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -445,6 +445,11 @@
#define op_cvtql_v 0x130
#define op_cvtql_sv 0x530
+ /* FIX FLOAT, "function" opcodes (bits 5..11) */
+
+#define op_itofs 0x004
+#define op_itoff 0x014
+#define op_itoft 0x024
/* ieee FLOAT, "function" opcodes (bits 5..11) */
Home |
Main Index |
Thread Index |
Old Index