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

/gem5/src/arch/sparc/isa/
H A Doperands.isadiff 3381:0897959bf0e0 Wed Oct 18 20:53:00 EDT 2006 Gabe Black <gblack@eecs.umich.edu> Zeroed out the actual LSB in addition to moving it's original value the MSB.
/gem5/src/arch/x86/isa/microops/
H A Dregop.isadiff 12025:fbfb3dd3f324 Mon May 15 22:39:00 EDT 2017 Gabe Black <gabeblack@google.com> x86: Fix the multiplication microops.

If the operands were 64 bit, an intermediate calculation could lose a
carry bit. This change rearranges that intermediate calculation if the
operand width is large, and reworks the microop implementation in general
in an attempt to make it easier to understand.

Change-Id: Ib36333f3f2695a33cd9623e43682de22ebd2e7ea
Reviewed-on: https://gem5-review.googlesource.com/3381
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>

Completed in 38 milliseconds