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
/
isa
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Add a base class for 32 bit thumb data processing immediate instructions.
Gabe Black
2010-06-02
ARM: Expand the decoding for 32 bit thumb data processing immediate instructi...
Gabe Black
2010-06-02
ARM: Stub out the 32 bit Thumb portion of the decoder.
Gabe Black
2010-06-02
ARM: Add bitfields for 32 bit thumb.
Gabe Black
2010-06-02
ARM: Decode VFP instructions.
Gabe Black
2010-06-02
ARM: Stub out the 16 bit thumb decoder.
Gabe Black
2010-06-02
ARM: Add thumb bitfields to the ExtMachInst and the isa definition.
Gabe Black
2010-06-02
ARM: Make the decoder handle thumb instructions separately.
Gabe Black
2010-06-02
ARM: Add a thumb bit bitfield.
Gabe Black
2010-06-02
ARM: Make sure ExtMachInst is used consistently instead of regular MachInst.
Gabe Black
2010-06-02
ARM: Track the current ISA mode using the PC.
Gabe Black
2010-06-02
ARM: Remove IsControl from operands that don't imply control transfers.
Gabe Black
2010-03-23
cpu: fix exec tracing memory corruption bug
Steve Reinhardt
2009-11-17
ARM: Begin implementing CP15
Ali Saidi
2009-11-17
ARM: Differentiate between LDM exception return and LDM user regs.
Ali Saidi
2009-11-16
imported patch isa_fixes2.diff
Ali Saidi
2009-11-15
ARM: Make the exception return form of ldm restore CPSR.
Gabe Black
2009-11-15
ARM: Create a new type of load uop that restores spsr into cpsr.
Gabe Black
2009-11-14
ARM: Check in the actual change from the last commit.
Gabe Black
2009-11-14
ARM: Fix up the implmentation of the msr instruction.
Gabe Black
2009-11-14
ARM: Add a bitfield to indicate if an immediate should be used.
Gabe Black
2009-11-14
ARM: Fix up the implmentation of the mrs instruction.
Gabe Black
2009-11-14
ARM: More accurately describe the effects of using the control operands.
Gabe Black
2009-11-14
ARM: Hook up the moded versions of the SPSR.
Gabe Black
2009-11-14
ARM: Move around decoder to properly decode CP15
Ali Saidi
2009-11-10
ARM: Fix some bugs in the ISA desc and fill out some instructions.
Gabe Black
2009-11-10
ARM: Implement fault classes.
Gabe Black
2009-11-08
ARM: Support forcing load/store multiple to use user registers.
Gabe Black
2009-11-08
ARM: Simplify the load/store multiple generation code.
Gabe Black
2009-11-08
ARM: Split the condition codes out of the CPSR.
Gabe Black
2009-11-08
ARM: Add back in spots for Rhi and Rlo, and use a named constant for LR.
Gabe Black
2009-11-08
ARM: Get rid of the Raddr operand.
Gabe Black
2009-11-08
ARM: Set up an intregs.hh for ARM.
Gabe Black
2009-07-29
ARM: Mul and mla ignore the c and v flags, but we were setting them to 1.
Gabe Black
2009-07-27
ARM: Decode fstmx and fldmx instructions. We can ignore them for now.
Gabe Black
2009-07-27
ARM: Implement a basic version of the fmxr instruction.
Gabe Black
2009-07-27
ARM: Implement a basic version of the fmrx instruction.
Gabe Black
2009-07-27
ARM: Add in spots for the VFP control registers.
Gabe Black
2009-07-27
ARM: Fix the CLZ instruction.
Gabe Black
2009-07-27
ARM: Handle register indexed system calls.
Ali Saidi
2009-07-08
ARM: Use custom read/write code to alias R15 with the PC.
Gabe Black
2009-07-08
ARM: Move the remaining microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the memory microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the integer microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Improve memory instruction disassembly.
Gabe Black
2009-07-08
ARM: Get rid of the MemAcc and EAComp static insts.
Gabe Black
2009-07-08
ARM: Get rid of end_addr in the ArmMacroStore constructor.
Gabe Black
2009-07-08
ARM: Add an AddrMode2 format for memory instructions that use address mode 2.
Gabe Black
2009-07-08
ARM: Don't always update CPSR.
Gabe Black
2009-07-08
ARM: Add an AddrMode3 format for memory instructions that use address mode 3.
Gabe Black
[next]