artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380aa7b
)
add a comment describing how this was created
author
jsg
<jsg@openbsd.org>
Wed, 12 May 2021 01:24:32 +0000
(
01:24
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 12 May 2021 01:24:32 +0000
(
01:24
+0000)
ok deraadt@
sys/arch/riscv64/riscv64/db_instruction.h
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/riscv64/db_instruction.h
b/sys/arch/riscv64/riscv64/db_instruction.h
index
96b8737
..
eb74220
100644
(file)
--- a/
sys/arch/riscv64/riscv64/db_instruction.h
+++ b/
sys/arch/riscv64/riscv64/db_instruction.h
@@
-1,3
+1,13
@@
+/* $OpenBSD: db_instruction.h,v 1.2 2021/05/12 01:24:32 jsg Exp $ */
+
+/*
+ * https://github.com/riscv/riscv-opcodes
+ * 7d1a0e3153c37cd180be9e95f331f32c225d9257
+ *
+ * db_instruction.h: $(ALL_OPCODES) parse_opcodes
+ * cat $(ALL_OPCODES) | python3 ./parse_opcodes -c > $@
+ */
+
/* Automatically generated by parse_opcodes. */
#ifndef RISCV_ENCODING_H
#define RISCV_ENCODING_H