Searched hist:2735 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dexec_context.hhdiff 2735:f74563d64c6b Fri Jun 16 17:19:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Add in exec_context.hh, which is a file for documentation purposes only. It describes the ExecContext interface that the ISA uses to access CPU state. Also #ifdef Erik's old copy code from the decoder so ExecContext doesn't need his two specific copy functions.

src/arch/alpha/isa/decoder.isa:
Surround Erik's old copy code with #ifdefs. This way the copy functions don't need to be included in the ExecContext (until somebody decides to add them back in).
/gem5/src/arch/alpha/isa/
H A Ddecoder.isadiff 2735:f74563d64c6b Fri Jun 16 17:19:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Add in exec_context.hh, which is a file for documentation purposes only. It describes the ExecContext interface that the ISA uses to access CPU state. Also #ifdef Erik's old copy code from the decoder so ExecContext doesn't need his two specific copy functions.

src/arch/alpha/isa/decoder.isa:
Surround Erik's old copy code with #ifdefs. This way the copy functions don't need to be included in the ExecContext (until somebody decides to add them back in).

Completed in 31 milliseconds