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

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

Issue 2522283003: s390: introduce DUMY opcode for special use. (Closed)
Patch Set: make sure not overwrite opcode field Created 4 years, 1 month 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 | « src/s390/assembler-s390.cc ('k') | src/s390/disasm-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/constants-s390.h
diff --git a/src/s390/constants-s390.h b/src/s390/constants-s390.h
index 9dfb32c7e7e74ffbe6731b8dcace9a58e06962e1..1cfc0b7da754a29d0041a7525897e1568cfdbd66 100644
--- a/src/s390/constants-s390.h
+++ b/src/s390/constants-s390.h
@@ -915,7 +915,8 @@ enum Opcode {
XSCH = 0xB276, // Cancel Subchannel
XY = 0xE357, // Exclusive Or (32)
ZAP = 0xF8, // Zero And Add
- BKPT = 0x0001 // GDB Software Breakpoint
+ BKPT = 0x0001, // GDB Software Breakpoint
+ DUMY = 0xE353 // Special dummy opcode
};
// Instruction encoding bits and masks.
« no previous file with comments | « src/s390/assembler-s390.cc ('k') | src/s390/disasm-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698