summaryrefslogtreecommitdiffstats
path: root/libpdbg/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/operations.h')
-rw-r--r--libpdbg/operations.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpdbg/operations.h b/libpdbg/operations.h
index 971a3f6..93e5df5 100644
--- a/libpdbg/operations.h
+++ b/libpdbg/operations.h
@@ -62,6 +62,7 @@
#define MFSPR_OPCODE 0x7c0002a6UL
#define MTSPR_OPCODE 0x7c0003a6UL
#define MFOCRF_OPCODE 0x7c100026UL
+#define MTOCRF_OPCODE 0x7C100120UL
#define MFSPR_MASK (MFSPR_OPCODE | ((0x1f) << 16) | ((0x3e0) << 6))
#define MFXER_OPCODE (MFSPR_OPCODE | ((1 & 0x1f) << 16) | ((1 & 0x3e0) << 6))
#define MTXER_OPCODE (MTSPR_OPCODE | ((1 & 0x1f) << 16) | ((1 & 0x3e0) << 6))
OpenPOWER on IntegriCloud