about summary refs log tree commit diff stats
path: root/test/arch/mips32/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/mips32/arch.py')
-rw-r--r--test/arch/mips32/arch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/arch/mips32/arch.py b/test/arch/mips32/arch.py
index d0814a4c..2ec6d2a2 100644
--- a/test/arch/mips32/arch.py
+++ b/test/arch/mips32/arch.py
@@ -208,6 +208,10 @@ reg_tests_mips32 = [
     ("8BA10124    INS        A0, A1, 0x0, 0x8",
      "7CA43804"),
 
+    ("XXXXXXXX    MOVZ       S0, T1, A2",
+     "0126800a"),
+    ("XXXXXXXX    JAL        0x7C0B0AC",
+     "0df02c2b"),
 
 ]