ARM: Add a bit to the ExtMachInst to select thumb mode.
[gem5.git] / src / arch / arm / types.hh
2010-06-02 Gabe BlackARM: Add a bit to the ExtMachInst to select thumb mode.
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-15 Gabe BlackARM: Add a bitfield to indicate if an immediate should...
2009-11-14 Ali SaidiARM: Move around decoder to properly decode CP15
2009-11-11 Gabe BlackARM: Fix some bugs in the ISA desc and fill out some...
2009-11-08 Gabe BlackARM: Add in more bits for the mon mode.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-02 Gabe BlackARM: Get rid of some bitfields that aren't used. A...
2009-07-02 Gabe BlackARM: Decode some media instructions. These are untested.
2009-07-02 Gabe BlackARM: Use the new DataOp format to simplify the decoder.
2009-07-02 Gabe BlackARM: Add in some new artificial fields that make decodi...
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-21 Gabe BlackARM: Make inst bitfields accessible outside of the...
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5