summaryrefslogtreecommitdiff
path: root/arch/alpha/pseudo_inst.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-05-13 08:03:36 -0400
committerNathan Binkert <binkertn@umich.edu>2004-05-13 08:03:36 -0400
commit2d8777a79bf3e3e93157ad30514996c3124324ca (patch)
tree2c5d0fd30f0c7b3c73c5611d43c7f0da9a14b69a /arch/alpha/pseudo_inst.hh
parent8bc3ce93cb46c00e82432449a90bc4ed1225afd5 (diff)
downloadgem5-2d8777a79bf3e3e93157ad30514996c3124324ca.tar.xz
remove the annotation junk
arch/alpha/isa_desc: remove the annotation junk Move some code to AlphaPseudo where it belongs arch/alpha/pseudo_inst.cc: arch/alpha/pseudo_inst.hh: remove the annotation junk add pseudo instruction code that was previously misplaced --HG-- extra : convert_revision : 97db8402aa34e0bdf044b138c52331fc9e714986
Diffstat (limited to 'arch/alpha/pseudo_inst.hh')
-rw-r--r--arch/alpha/pseudo_inst.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/pseudo_inst.hh b/arch/alpha/pseudo_inst.hh
index 85f432504..e5551a44b 100644
--- a/arch/alpha/pseudo_inst.hh
+++ b/arch/alpha/pseudo_inst.hh
@@ -37,7 +37,10 @@ namespace AlphaPseudo
extern bool doCheckpointInsts;
extern bool doQuiesce;
+ void arm(ExecContext *xc);
void quiesce(ExecContext *xc);
+ void ivlb(ExecContext *xc);
+ void ivle(ExecContext *xc);
void m5exit(ExecContext *xc);
void m5exit_old(ExecContext *xc);
void resetstats(ExecContext *xc);