Gabe Black
|
8c012e9571
|
ARM: Make the predecoder print out the ExtMachInst it gathered when traced.
|
2010-06-02 12:58:03 -05:00 |
|
Gabe Black
|
79b288f7b5
|
ARM: Force the condition code for 16 bit thumb instructions to be unconditional.
Before, because 16 bit thumb instructions didn't set the upper 16 bits of the
ExtMachInst, that field would be interpretted as "equals".
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
96be7e16c1
|
ARM: Make the predecoder handle Thumb instructions.
|
2010-06-02 12:58:00 -05:00 |
|
Gabe Black
|
a59d219989
|
ARM: Add a bit to the ExtMachInst to select thumb mode.
|
2010-06-02 12:58:00 -05:00 |
|
Gabe Black
|
f409d7819d
|
ARM: Add in some new artificial fields that make decoding a little easier.
|
2009-07-01 22:11:27 -07:00 |
|
Nathan Binkert
|
eef3a2e142
|
types: Move stuff for global types into src/base/types.hh
--HG--
rename : src/sim/host.hh => src/base/types.hh
|
2009-05-17 14:34:50 -07:00 |
|
Stephen Hines
|
7a7c4c5fca
|
arm: add ARM support to M5
|
2009-04-05 18:53:15 -07:00 |
|