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
/
arch
/
arm
/
utility.hh
Age
Commit message (
Expand
)
Author
2010-10-01
Debug: Implement getArgument() and function skipping for ARM.
Ali Saidi
2010-10-01
ARM: Clean up use of TBit and JBit.
Ali Saidi
2010-09-14
CPU: Trim unnecessary includes from some common files.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-08-31
ARM: Get rid of the checkFpEnableFault function in ARM.
Gabe Black
2010-08-25
ARM: Fix VFP enabled checks for mem instructions
Ali Saidi
2010-08-25
ARM: Implement CPACR register and return Undefined Instruction when FP access...
Gabe Black
2010-08-25
ARM: Expand the mode checking utility functions.
Gabe Black
2010-08-23
ISA: Get rid of old, unused utility functions cluttering up the ISAs.
Gabe Black
2010-06-02
ARM: Get rid of the binary dumping function in utility.hh.
Gabe Black
2010-06-02
ARM: Implement support for the IT instruction and the ITSTATE bits of CPSR.
Gabe Black
2010-06-02
ARM: Rework how unrecognized/unimplemented instructions are handled.
Gabe Black
2010-06-02
ARM: Replace the "never" condition with the "unconditional" condition.
Gabe Black
2009-11-17
ARM: Begin implementing CP15
Ali Saidi
2009-11-17
ARM: Boilerplate full-system code.
Ali Saidi
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-06-21
ARM: Make inst bitfields accessible outside of the isa desc.
Gabe Black
2009-06-21
ARM: Clear out some inherited hangers on in util.isa and utility.hh.
Gabe Black
2009-06-21
ARM: Pull some static code out of the isa desc and create miscregs.hh.
Gabe Black
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-05
arm: add ARM support to M5
Stephen Hines