index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
bitfield.hh
Age
Commit message (
Expand
)
Author
2009-07-01
ARM: Add a findLsbSet function and use it to implement clz.
Gabe Black
2009-05-17
includes: use base/types.hh not inttypes.h or stdint.h
Nathan Binkert
2007-07-14
Move bitunion code into it's own file.
Gabe Black
2007-06-22
mips import pt. 1
Korey Sewell
2007-05-09
bit_val was being used directly in the statement in return. If type B had few...
Ali Saidi
2007-03-21
Missed a const
Gabe Black
2007-03-20
Fixed up some types and const placement, and added signed bitfields that sign...
Gabe Black
2007-03-19
Ditched read or write only subbitfields for now since they were proving diffi...
Gabe Black
2007-03-19
For the _BitfieldRO and _BitfieldWO classes, make sure the undesired operator...
Gabe Black
2007-03-19
Formatting fixes.
Gabe Black
2007-03-19
Lots and lots of comments.
Gabe Black
2007-03-19
Reworked the BitUnion stuff a bit. There is moderately better isolation of th...
Gabe Black
2007-03-17
Created BitUnion type which lets you define nested bitfields for an integer i...
Gabe Black
2007-03-15
fix a bug gabe found
Ali Saidi
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-18
implement vtophys and 32bit gdb support
Ali Saidi
2006-12-04
More changes to get SPARC fs closer. Now at 1.2M cycles before difference
Ali Saidi
2006-10-26
Added a few functions to stuff values into bitfields in an instruction.
Gabe Black
2006-10-23
Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <in...
Gabe Black
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt