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

/gem5/src/arch/x86/insts/
H A Dmicroldstop.ccdiff 4842:e792fcf17ff9 Wed Aug 01 17:34:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> X86: Hide the irrelevant portions of the address components for load and store microops.
/gem5/src/python/m5/
H A Dparams.pydiff 12194:742ec08ee956 Mon Sep 25 18:24:00 EDT 2017 Gabe Black <gabeblack@google.com> sim: Check the SimObjectVector.has_parent function to use the "any" function.

The existing code was essentially doing the same thing, but in a more
roundabout and obscure way. One difference between the two versions is that
I believe this will stop as soon as it encounters an element without a
parent, where the original version would call has_parent() on all the
elements regardless.

Change-Id: Ia1fef3083fc88fca11f8ecfca453476e33194695
Reviewed-on: https://gem5-review.googlesource.com/4842
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 36 milliseconds