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
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Move Miscreg functions out of isa.hh
Ali Saidi
2010-06-02
ARM: Implement the ARM TLB/Tablewalker. Needs performance improvements.
Ali Saidi
2010-06-02
DMA: Make DmaPort generic enough to be used other places
Ali Saidi
2010-06-02
ARM: SE needs a definition for PageTable::serialize/unserialize
Ali Saidi
2010-06-02
ARM: Add BKPT instruction
Ali Saidi
2010-06-02
ARM: Implement ARM CPU interrupts
Ali Saidi
2010-06-02
ARM: Start over with translation from Alpha code as opposed to something that...
Ali Saidi
2010-06-02
ARM: Implement conversion to/from half precision.
Gabe Black
2010-06-02
ARM: Clean up VFP
Gabe Black
2010-06-02
ARM: Clean up the implementation of the VFP instructions.
Gabe Black
2010-06-02
ARM: Fix double precision load/store multiple decrement.
Gabe Black
2010-06-02
ARM: Even though writes to MVFR0/1 should be unpredictable, we need to make t...
Gabe Black
2010-06-02
ARM: Make various bits of the FP control registers read only.
Gabe Black
2010-06-02
ARM: Implement the version of VMRS that writes to the APSR.
Gabe Black
2010-06-02
ARM: Ignore reads and writes to DCIMVAC.
Gabe Black
2010-06-02
ARM: Make MPIDR return 0 and ignore writes.
Gabe Black
2010-06-02
ARM: Implement the VCMPE instruction.
Gabe Black
2010-06-02
ARM: Fix vcvtr so that it uses the rounding mode in the FPSCR.
Gabe Black
2010-06-02
ARM: Fix saturation of VCVT from fp to integer.
Gabe Black
2010-06-02
ARM: Compensate for ARM's underflow coming from -before- rounding, but x86's ...
Gabe Black
2010-06-02
ARM: Implement flush to zero for destinations as well.
Gabe Black
2010-06-02
ARM: Fix up nans to match ARM's expected behavior.
Gabe Black
2010-06-02
ARM: Set the value of the MVFR0 and MVFR1 registers.
Gabe Black
2010-06-02
ARM: Implement flush to zero mode for VFP, and clean up some corner cases.
Gabe Black
2010-06-02
ARM: Add barriers that make sure FP operations happen where they're supposed to.
Gabe Black
2010-06-02
ARM: Implement the version of VCVT float to int that rounds towards zero.
Gabe Black
2010-06-02
ARM: Implement the floating/fixed point VCVT instructions.
Gabe Black
2010-06-02
ARM: Add code to extract and record VFP exceptions.
Gabe Black
2010-06-02
ARM: Implement the VFP version of VCMP.
Gabe Black
2010-06-02
ARM: Add support for VFP vector mode.
Gabe Black
2010-06-02
ARM: Introduce new VFP base classes that are optionally microops.
Gabe Black
2010-06-02
ARM: Implement VCVT between double and single width FP.
Gabe Black
2010-06-02
ARM: Implement vcvt between int and fp. Ignore rounding.
Gabe Black
2010-06-02
ARM: Consolidate the VFP register index computation code.
Gabe Black
2010-06-02
ARM: Implement the VFP negated multiplies.
Gabe Black
2010-06-02
ARM: Implement the VFP versions of VMLA and VMLS.
Gabe Black
2010-06-02
ARM: Implement the VFP version of vdiv and vsqrt.
Gabe Black
2010-06-02
ARM: Implement the VFP version of vsub.
Gabe Black
2010-06-02
ARM: Implement the VFP version of vadd.
Gabe Black
2010-06-02
ARM: Implement the VFP version of vabs.
Gabe Black
2010-06-02
ARM: Implement the VFP version of vneg.
Gabe Black
2010-06-02
ARM: Implement the VFP version of vmul.
Gabe Black
2010-06-02
ARM: Move the VFP data operation decode into a function.
Gabe Black
2010-06-02
ARM: Implement and update the DFSR and IFSR registers on faults.
Gabe Black
2010-06-02
ARM: Make integer division by zero return a fault.
Gabe Black
2010-06-02
ARM: Add in some missing SCTLR fields.
Gabe Black
2010-06-02
ARM: Decode ARM unconditional MRC and MCR instructions.
Gabe Black
2010-06-02
ARM: Move the CP15 decode block into a function.
Gabe Black
2010-06-02
ARM: Decode the unconditional version of ARM fp instructions.
Gabe Black
2010-06-02
ARM: Move the FP decode blocks into functions.
Gabe Black
[next]