summaryrefslogtreecommitdiffstats
path: root/target/mips/tcg/vr54xx.decode
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-07-28 13:18:48 +0200
committerPhilippe Mathieu-Daudé2021-08-25 13:02:14 +0200
commit9d0053923904215d95e8e5ab14b38bb792a0a68f (patch)
tree8d92642c08209f217c0c84486b943cdb37c532a8 /target/mips/tcg/vr54xx.decode
parenttarget/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c (diff)
downloadqemu-9d0053923904215d95e8e5ab14b38bb792a0a68f.tar.gz
qemu-9d0053923904215d95e8e5ab14b38bb792a0a68f.tar.xz
qemu-9d0053923904215d95e8e5ab14b38bb792a0a68f.zip
target/mips: Introduce decodetree structure for NEC Vr54xx extension
The decoder is called but doesn't decode anything. This will ease reviewing the next commit. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210801235926.3178085-3-f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/mips/tcg/vr54xx.decode')
-rw-r--r--target/mips/tcg/vr54xx.decode8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/mips/tcg/vr54xx.decode b/target/mips/tcg/vr54xx.decode
new file mode 100644
index 0000000000..f6b3e42c99
--- /dev/null
+++ b/target/mips/tcg/vr54xx.decode
@@ -0,0 +1,8 @@
+# MIPS VR5432 instruction set extensions
+#
+# Copyright (C) 2021 Philippe Mathieu-Daudé
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# Reference: VR5432 Microprocessor User’s Manual
+# (Document Number U13751EU5V0UM00)