Searched hist:145 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/sparc/
H A Ddtod.cc12624:145fd7b3d0cf Tue Mar 27 05:19:00 EDT 2018 Gabe Black <gabeblack@google.com> dev: sparc: Get rid of the TheISA namespace in the SPARC devices.

It's not used, and so doesn't need to be brought in with a "using"
statement.

Change-Id: Iff4f7c66dbf1ee18e2e1a7d3e73bbae8cc4bf8eb
Reviewed-on: https://gem5-review.googlesource.com/9406
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
H A Dt1000.cc12624:145fd7b3d0cf Tue Mar 27 05:19:00 EDT 2018 Gabe Black <gabeblack@google.com> dev: sparc: Get rid of the TheISA namespace in the SPARC devices.

It's not used, and so doesn't need to be brought in with a "using"
statement.

Change-Id: Iff4f7c66dbf1ee18e2e1a7d3e73bbae8cc4bf8eb
Reviewed-on: https://gem5-review.googlesource.com/9406
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/arch/sparc/isa/
H A Ddecoder.isa3900:e233f57b5afe Wed Jan 10 22:19:00 EST 2007 Ali Saidi <saidi@eecs.umich.edu> bug fixes to get us to 145m instructions

src/arch/sparc/intregfile.cc:
some checks to make sure that the cwp and global register flattening stuff is working. These things have caught a couple of bugs so I think it would be good to keep them around at least for now
src/arch/sparc/isa/decoder.isa:
fix smul instruction to write Y correctly
src/arch/sparc/miscregfile.cc:
legion always returns du and dl set, so we need to emulate that for now at least
/gem5/src/dev/arm/
H A DRealView.py12760:145d5c512cfc Fri Mar 23 07:35:00 EDT 2018 Rohit Kurup <rohit.kurup@arm.com> dev-arm: Add new VExpress_GEM5_V1_Base Platform

Add a new VExpress_GEM5_V1_Base Platform which configures basic on
chip devices. The original VExpress_GEM5_V1 will inherit the Base and
add more on chip devices (currently only the HDLCD). This change will
make it possible to create variations of the base platform with
different devices.

Change-Id: I21f9bf4f6217d87e811ff777f630122593eef013
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/10807
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
/gem5/configs/common/
H A DFSConfig.py10588:145c436a3854 Wed Dec 03 06:11:00 EST 2014 Gabe Black <gabeblack@google.com> config: Get rid of some extra spaces around default arguments.

Completed in 96 milliseconds