gem5/arch/alpha
Gabe Black 19e5efed03 Pseudo instructions are now passed whatever instructions they need by the decoder, rather than extracting them explicitly. This lets most of the pseudo instruction code to be shared across architectures.
SConscript:
    Moved pseudo_inst.hh from targetarch to full system sources
arch/alpha/SConscript:
    Moved pseudo_inst.cc out of the alpha specific sources
arch/alpha/isa/decoder.isa:
    The decoder now pulls out the arguments for the pseudo instructions based on the alpha ABI
arch/alpha/isa/main.isa:
    Registers 16, 17 and 18 are used to get parameters for the pseudo instructions and can be referred to explicitly
sim/pseudo_inst.cc:
    Changed some include paths to reflect that pseudo_inst.hh is now outside of the alpha directory. Also, instead of extracting their parameters directly, they're passed in as regular function arguments.
sim/pseudo_inst.hh:
    Changed the function prototypes to include the functions parameters, now that they aren't extracted from the execution context.

--HG--
rename : arch/alpha/pseudo_inst.cc => sim/pseudo_inst.cc
rename : arch/alpha/pseudo_inst.hh => sim/pseudo_inst.hh
extra : convert_revision : 76ce768cf1d8a838aa7b64878a7ab4c4215ac999
2006-02-12 17:38:10 -05:00
..
isa Pseudo instructions are now passed whatever instructions they need by the decoder, rather than extracting them explicitly. This lets most of the pseudo instruction code to be shared across architectures. 2006-02-12 17:38:10 -05:00
alpha_linux_process.cc fix #if. I wonder why my compiler had no issues. Even though it is clearly 2006-02-11 11:01:51 -05:00
alpha_linux_process.hh Many files: 2005-06-05 05:16:00 -04:00
alpha_memory.cc Bug fix: can't increment an iterator after you erase 2005-09-02 14:38:11 -04:00
alpha_memory.hh Many files: 2005-06-05 05:16:00 -04:00
alpha_tru64_process.cc fix problems on darwin/*BSD for syscall emulation mode 2006-02-10 14:21:32 -05:00
alpha_tru64_process.hh Many files: 2005-06-05 05:16:00 -04:00
aout_machdep.h Many files: 2005-06-05 05:16:00 -04:00
arguments.cc Many files: 2005-06-05 05:16:00 -04:00
arguments.hh Many files: 2005-06-05 05:16:00 -04:00
ecoff_machdep.h Many files: 2005-06-05 04:21:22 -04:00
ev5.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
ev5.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
faults.cc Many files: 2005-06-05 05:16:00 -04:00
faults.hh Many files: 2005-06-05 05:16:00 -04:00
isa_traits.hh Alot of changes to push towards ISA independence. Highlights are renaming of the isa_desc files, movement of byte_swap.hh into sim, and the creation of arch/isa_traits.hh 2006-02-08 01:03:55 -05:00
osfpal.cc Many files: 2005-06-05 05:16:00 -04:00
osfpal.hh Many files: 2005-06-05 05:16:00 -04:00
SConscript Pseudo instructions are now passed whatever instructions they need by the decoder, rather than extracting them explicitly. This lets most of the pseudo instruction code to be shared across architectures. 2006-02-12 17:38:10 -05:00
stacktrace.cc Cleanup the StackTrace interfaces and profile interfaces so they 2005-11-20 17:44:58 -05:00
stacktrace.hh Cleanup the StackTrace interfaces and profile interfaces so they 2005-11-20 17:44:58 -05:00
vtophys.cc Many files: 2005-06-05 05:16:00 -04:00
vtophys.hh Many files: 2005-06-05 05:16:00 -04:00