Skip to content

Commit

Permalink
AArch64: Add "nop" and "vgdnop" to ARM64Debug.cpp
Browse files Browse the repository at this point in the history
This commit adds "nop" and "vgdnop" instructions to ARM64Debug.cpp.

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
  • Loading branch information
knn-k committed Nov 7, 2019
1 parent 2c18aa5 commit 7f2e813
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/aarch64/codegen/ARM64Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,13 @@ static const char *opCodeToNameMap[] =
"fmaxd",
"fmins",
"fmind",
"nop",
"proc",
"fence",
"return",
"dd",
"label"
"label",
"vgdnop"
};

const char *
Expand Down

0 comments on commit 7f2e813

Please sign in to comment.