Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: src/s390/assembler-s390.h

Issue 2586503003: s390: cleanup s390 opcode table (Closed)
Patch Set: make nbyteInstruction size as public Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/s390/constants-s390.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/assembler-s390.h
diff --git a/src/s390/assembler-s390.h b/src/s390/assembler-s390.h
index f8528e66de65a705b19738f6f6ec420897a0207e..501535faa99cf0cade2035ebe885a3acd9b6cfa3 100644
--- a/src/s390/assembler-s390.h
+++ b/src/s390/assembler-s390.h
@@ -770,7 +770,7 @@ class Assembler : public AssemblerBase {
(static_cast<uint64_t>(opcode_value & 0x00FF)); \
emit6bytes(code); \
}
- VRR_A_OPCODE_LIST(DECLARE_VRR_A_INSTRUCTIONS)
+ S390_VRR_A_OPCODE_LIST(DECLARE_VRR_A_INSTRUCTIONS)
#undef DECLARE_VRR_A_INSTRUCTIONS
#define DECLARE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \
@@ -786,7 +786,7 @@ class Assembler : public AssemblerBase {
(static_cast<uint64_t>(opcode_value & 0x00FF)); \
emit6bytes(code); \
}
- VRR_C_OPCODE_LIST(DECLARE_VRR_C_INSTRUCTIONS)
+ S390_VRR_C_OPCODE_LIST(DECLARE_VRR_C_INSTRUCTIONS)
#undef DECLARE_VRR_C_INSTRUCTIONS
// Single Element format
« no previous file with comments | « no previous file | src/s390/constants-s390.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698