gem5/src/arch
Curtis Dunham ecf774bc56 arm: Correctly display disassembly of vldmia/vstmia
The MicroMemOp class generates the disassembly for both integer
and floating point instructions, but it would always print its
first operand as an integer register without considering that the
op may be a floating instruction in which case a float register
should be displayed instead.
2014-04-23 05:18:30 -04:00
..
alpha alpha: Small removal of dead comments/code from alpha ISA 2014-03-12 07:03:22 -05:00
arm arm: Correctly display disassembly of vldmia/vstmia 2014-04-23 05:18:30 -04:00
generic mem: Remove explict cast from memhelper. 2014-01-24 15:29:30 -06:00
mips cpu: Enable fast-forwarding for MIPS InOrderCPU and O3CPU 2014-03-01 23:35:23 -06:00
null mem: Wakeup sleeping CPUs without caches on LLSC 2014-03-07 15:56:23 -05:00
power arch: Make all register index flattening const 2014-01-24 15:29:30 -06:00
sparc arch: Make all register index flattening const 2014-01-24 15:29:30 -06:00
x86 kvm: x86: Add support for x86 INIT and STARTUP handling 2014-03-16 17:28:23 +01:00
isa_parser.py arch: remove 'null update' check in isa-parser 2014-04-23 05:17:57 -04:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript cpu: add a condition-code register class 2013-10-15 14:22:44 -04:00