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

/gem5/src/sim/
H A Dbyteswap.hh12383:57de7e3b7ba0 Tue Dec 12 20:49:00 EST 2017 Gabe Black <gabeblack@google.com> base: Add endianness conversion functions for std::array types.

These swap the endianness of each element within the array
individually.

They probably obsolute the Twin(32|64)_t types which I believe were
used for SPARC.

Change-Id: Ic389eb24bdcdc0081068b0c5a37abdf416f6c924
Reviewed-on: https://gem5-review.googlesource.com/6581
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
/gem5/src/arch/x86/isa/microops/
H A Dmediaop.isa6581:e0f289b84a4b Mon Aug 17 23:15:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement a "sum of absolute differences" microop.

Completed in 21 milliseconds