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

/gem5/src/arch/sparc/isa/
H A Dbase.isadiff 3278:986122553077 Mon Oct 16 15:52:00 EDT 2006 Gabe Black <gblack@eecs.umich.edu> Made sure the constructor for insts use ExtMachInst rather than MachInst, since otherwise the EXT_ASI field is lost.

src/arch/sparc/isa/base.isa:
src/arch/sparc/isa/formats/micro.isa:
Switch MachInst to ExtMachInst so that the EXT_ASI field is available to the instructions.
src/arch/sparc/utility.hh:
Made sure EXT_ASI was set to the appropriate ASI value whether or not the asi register was used.
/gem5/src/arch/sparc/
H A Dutility.hhdiff 3278:986122553077 Mon Oct 16 15:52:00 EDT 2006 Gabe Black <gblack@eecs.umich.edu> Made sure the constructor for insts use ExtMachInst rather than MachInst, since otherwise the EXT_ASI field is lost.

src/arch/sparc/isa/base.isa:
src/arch/sparc/isa/formats/micro.isa:
Switch MachInst to ExtMachInst so that the EXT_ASI field is available to the instructions.
src/arch/sparc/utility.hh:
Made sure EXT_ASI was set to the appropriate ASI value whether or not the asi register was used.

Completed in 28 milliseconds