about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorIridiumXOR <oliveriandrea@gmail.com>2020-06-19 11:27:53 +0200
committerGitHub <noreply@github.com>2020-06-19 11:27:53 +0200
commitb54727ab6a8c2764fd2f2e42cb3020f41c4cb772 (patch)
tree75219ca42fb21f5b823e91efff10342ede88996e /test
parent09b4265344ea987d0a1e78559711f86c0985b574 (diff)
downloadmiasm-b54727ab6a8c2764fd2f2e42cb3020f41c4cb772.tar.gz
miasm-b54727ab6a8c2764fd2f2e42cb3020f41c4cb772.zip
Support to ALL system register for AARCH64 (#1251)
* Support to ALL system register for AARCH64
Diffstat (limited to 'test')
-rw-r--r--test/arch/aarch64/arch.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/arch/aarch64/arch.py b/test/arch/aarch64/arch.py
index 9fc6ee8e..62105236 100644
--- a/test/arch/aarch64/arch.py
+++ b/test/arch/aarch64/arch.py
@@ -1740,14 +1740,14 @@ reg_tests_aarch64 = [
      "010000D4"),
 
 
-    ("00458FF4    MRS        X0, 0x3, c13, c0, 0x2",
+    ("00458FF4    MRS        X0, 0x3, 0x3, c13, c0, 0x2",
      "40D03BD5"),
-    ("0045BA04    MSR        0x3, c13, c0, 0x2, X0",
+    ("0045BA04    MSR        0x3, 0x3, c13, c0, 0x2, X0",
      "40D01BD5"),
-    ("0048A2E8    MRS        X13, 0x3, c4, c4, 0x0",
-     "0D443BD5"),
-    ("0048A9DC    MRS        X0, 0x3, c4, c4, 0x1",
-     "20443BD5"),
+    ("0048A2E8    MRS        X8, 0x3, 0x3, c4, c2, 0x0",
+     "08423BD5"),
+    ("0048A9DC    MSR        0x3, 0x3, c4, c2, 0x0, X7",
+     "07421BD5"),
 
     ("004010C8    ORR        W2, 0x0, 0x1",
      "E2030032"),