Searched hist:441 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/x86/isa/decoder/
H A Done_byte_opcodes.isadiff 4725:441c280b5936 Fri Jul 20 19:39:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Define and fill out a lot of different instructions and instruction versions. Added two of the shift microops.
/gem5/src/arch/x86/
H A Dinterrupts.ccdiff 5848:441f446c76f6 Sun Feb 01 03:30:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Fix the time keeping of the Local APIC timer.
/gem5/src/arch/x86/isa/microops/
H A Dregop.isadiff 4725:441c280b5936 Fri Jul 20 19:39:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Define and fill out a lot of different instructions and instruction versions. Added two of the shift microops.
/gem5/src/python/m5/
H A Dparams.pydiff 13594:441bb7a7b2a8 Mon Jul 02 11:07:00 EDT 2018 Nicholas Lindsay <nicholas.lindsay@arm.com> python: Always throw TypeError on slave-slave connections

params.py checks the validity of memory port-port connections before
they are instantiated in C++. This commit ensures that attempting to
connect two slave ports together will cause a TypeError.

Change-Id: Ia7d0a15df28b96c7bf5e568c4f4917d21a19b824
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/15896
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

Completed in 93 milliseconds