ARM: Rework how unrecognized/unimplemented instructions are handled.
[gem5.git] / src / arch / arm / insts / static_inst.hh
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Move the inst2string function out of the isa_desc.
2010-06-02 Gabe BlackARM: Replace the interworking branch base class with...
2010-06-02 Gabe BlackARM: Fix PC operand handling.
2010-06-02 Gabe BlackARM: Get rid of unnecessary flag calculating functions.
2010-06-02 Gabe BlackARM: Implement disassembly for the new data processing...
2010-06-02 Gabe BlackARM: Move the modified_imm function from all ARM instru...
2010-06-02 Gabe BlackARM: Add a function to decode 32 bit thumb immediate...
2010-06-02 Gabe BlackARM: Make sure ExtMachInst is used consistently instead...
2010-06-02 Gabe BlackARM: Add a new base class for instructions that can...
2010-06-02 Gabe BlackARM: Track the current ISA mode using the PC.
2010-01-19 Derek Howermerge
2009-11-15 Gabe BlackARM: Write some functions to write to the CPSR and...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Tune up predicated instruction decoding.
2009-06-27 Gabe BlackARM: Show more information when disassembling data...
2009-06-27 Gabe BlackARM: Show branch targets relative to the nearest symbol.
2009-06-27 Gabe BlackARM: Write a function for printing mnemonics and predic...
2009-06-22 Gabe BlackARM: Simplify some utility functions.
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...