[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 31/41] disas: nanoMIPS: Comment the decoder of 'gpr2.
From: |
Aleksandar Markovic |
Subject: |
[Qemu-devel] [PULL 31/41] disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type |
Date: |
Fri, 28 Dec 2018 10:25:38 +0100 |
From: Aleksandar Markovic <address@hidden>
Comment the decoder of 'gpr2.reg1' gpr encoding type in nanoMIPS
disassembler.
Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
---
disas/nanomips.cpp | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/disas/nanomips.cpp b/disas/nanomips.cpp
index b0d0cf8..c3b2bec 100644
--- a/disas/nanomips.cpp
+++ b/disas/nanomips.cpp
@@ -468,6 +468,28 @@ uint64 NMD::decode_gpr_gpr4(uint64 d)
}
+/*
+ * NMD::decode_gpr_gpr2_reg1() - decoder for 'gpr2.reg1' gpr encoding type
+ *
+ * Map a 2-bit code to the 5-bit register space according to this pattern:
+ *
+ * 3 2 1 0
+ * | | | |
+ * | | | |
+ * | | | └-------------------┐
+ * | | └-------------------┐ |
+ * | └-------------------┐ | |
+ * └-------------------┐ | | |
+ * | | | |
+ * | | | |
+ * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+ * 3 2 1 0
+ *
+ * Used in handling following instructions:
+ *
+ * - MOVEP
+ * - MOVEP[REV]
+ */
uint64 NMD::decode_gpr_gpr2_reg1(uint64 d)
{
static uint64 register_list[] = { 4, 5, 6, 7 };
--
2.7.4
- [Qemu-devel] [PULL 24/41] disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type, (continued)
- [Qemu-devel] [PULL 24/41] disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 20/41] disas: nanoMIPS: Name more functions in a more descriptive way, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 19/41] disas: nanoMIPS: Fix an FP-related misnomer 3, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 18/41] disas: nanoMIPS: Fix an FP-related misnomer 2, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 22/41] disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 16/41] disas: nanoMIPS: Name some functions in a more descriptive way, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 17/41] disas: nanoMIPS: Fix an FP-related misnomer 1, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 15/41] disas: nanoMIPS: Fix order of some invocations, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 35/41] disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 29/41] disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 31/41] disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type,
Aleksandar Markovic <=
- [Qemu-devel] [PULL 30/41] disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 36/41] disas: nanoMIPS: Reorder declarations and definitions of gpr decoders, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 41/41] tests/tcg: mips: Test R5900 three-operand MADDU1, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 33/41] disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 37/41] disas: nanoMIPS: Add a note on documentation, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 39/41] tests/tcg: mips: Test R5900 three-operand MADD1, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 40/41] tests/tcg: mips: Test R5900 three-operand MADDU, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 34/41] disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding type, Aleksandar Markovic, 2018/12/28
- [Qemu-devel] [PULL 32/41] disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type, Aleksandar Markovic, 2018/12/28