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

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

Issue 2741053004: s390: cleanup old instruction decode routines (Closed)
Patch Set: Created 3 years, 9 months 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/simulator-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/simulator-s390.h
diff --git a/src/s390/simulator-s390.h b/src/s390/simulator-s390.h
index 62bc6dfcae62f558f60c81176f46cd8d72c2252d..03efa1272ee775dc350bddd16eb8df7e31a91056 100644
--- a/src/s390/simulator-s390.h
+++ b/src/s390/simulator-s390.h
@@ -309,18 +309,6 @@ class Simulator {
// S390
void Trace(Instruction* instr);
- bool DecodeTwoByte(Instruction* instr);
- bool DecodeFourByte(Instruction* instr);
- bool DecodeFourByteArithmetic(Instruction* instr);
- bool DecodeFourByteArithmetic64Bit(Instruction* instr);
- bool DecodeFourByteFloatingPoint(Instruction* instr);
- void DecodeFourByteFloatingPointIntConversion(Instruction* instr);
- void DecodeFourByteFloatingPointRound(Instruction* instr);
-
- bool DecodeSixByte(Instruction* instr);
- bool DecodeSixByteArithmetic(Instruction* instr);
- bool S390InstructionDecode(Instruction* instr);
- void DecodeSixByteBitShift(Instruction* instr);
// Used by the CL**BR instructions.
template <typename T1, typename T2>
« no previous file with comments | « no previous file | src/s390/simulator-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698