summaryrefslogtreecommitdiff
path: root/src/base/bitfield.hh
AgeCommit message (Expand)Author
2017-10-20base: Function for mirroring bits in variable length wordGiacomo Travaglini
2017-04-03dev: Align BAR0 size to power of 2 for VirtIO devicesSascha Bischoff
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2014-11-14arm: Fixes based on UBSan and static analysisAndreas Hansson
2014-04-24misc: Add functions for doing popcount and power-of-two checkingStephan Diestelhorst
2009-07-01ARM: Add a findLsbSet function and use it to implement clz.Gabe Black
2009-05-17includes: use base/types.hh not inttypes.h or stdint.hNathan Binkert
2007-07-14Move bitunion code into it's own file.Gabe Black
2007-06-22mips import pt. 1Korey Sewell
2007-05-09bit_val was being used directly in the statement in return. If type B had few...Ali Saidi
2007-03-21Missed a constGabe Black
2007-03-20Fixed up some types and const placement, and added signed bitfields that sign...Gabe Black
2007-03-19Ditched read or write only subbitfields for now since they were proving diffi...Gabe Black
2007-03-19For the _BitfieldRO and _BitfieldWO classes, make sure the undesired operator...Gabe Black
2007-03-19Formatting fixes.Gabe Black
2007-03-19Lots and lots of comments.Gabe Black
2007-03-19Reworked the BitUnion stuff a bit. There is moderately better isolation of th...Gabe Black
2007-03-17Created BitUnion type which lets you define nested bitfields for an integer i...Gabe Black
2007-03-15fix a bug gabe foundAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-10-26Added a few functions to stuff values into bitfields in an instruction.Gabe Black
2006-10-23Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <in...Gabe Black
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt