From 7f2e813c53909c59d0f46359a30bbcb6179a10bb Mon Sep 17 00:00:00 2001 From: KONNO Kazuhiro Date: Wed, 6 Nov 2019 17:58:03 +0900 Subject: [PATCH] AArch64: Add "nop" and "vgdnop" to ARM64Debug.cpp This commit adds "nop" and "vgdnop" instructions to ARM64Debug.cpp. Signed-off-by: KONNO Kazuhiro --- compiler/aarch64/codegen/ARM64Debug.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/aarch64/codegen/ARM64Debug.cpp b/compiler/aarch64/codegen/ARM64Debug.cpp index f30de01925..1cdacddfae 100644 --- a/compiler/aarch64/codegen/ARM64Debug.cpp +++ b/compiler/aarch64/codegen/ARM64Debug.cpp @@ -486,11 +486,13 @@ static const char *opCodeToNameMap[] = "fmaxd", "fmins", "fmind", + "nop", "proc", "fence", "return", "dd", - "label" + "label", + "vgdnop" }; const char *