Move the m5 pseudo instructions into their own file
authorNathan Binkert <binkertn@umich.edu>
Mon, 3 Nov 2003 01:43:39 +0000 (20:43 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 3 Nov 2003 01:43:39 +0000 (20:43 -0500)
commitd76445f9f37896227f1d4e61348a418aa7ab6371
tree4191113d095ceeee9dd817558e3193261da9c7f6
parentf0e2c80829a8cbe42fbeaf6412ef3df5adb448f5
Move the m5 pseudo instructions into their own file

arch/alpha/isa_desc:
    Move the pseudo instructions out of the isa_desc, into their own
    file and call out to them when they're to be accessed
sim/sim_events.cc:
sim/sim_events.hh:
sim/sim_exit.hh:
    move SimExit to sim_exit.cc

--HG--
extra : convert_revision : 1c393adb1c18bd0fef065057d7f4e9cf60ac4197
arch/alpha/isa_desc
arch/alpha/pseudo_inst.cc [new file with mode: 0644]
arch/alpha/pseudo_inst.hh [new file with mode: 0644]
sim/sim_events.cc
sim/sim_events.hh
sim/sim_exit.hh