ARM: make predicated-false instruction to move data from a old register.
Review Request #198 - Created Aug. 13, 2010 and discarded
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| Reviewers | |
| Default | |
| Min | |
ARM: make predicated-false instruction to move data from a old register. Thus a predicted flase instruction turns into a move from old register to new register. This doesn't matter on the simple CPU, but is required because of the physical registers on the o3 cpu.
Posted (Aug. 13, 2010, 5:45 p.m.)
The ISA parser is foundational for a LOT of code and shouldn't be changed unless it's absolutely necessary or the end goal itself. There are a lot of changes to it here, and without going through them it's likely most of them could/should be in the ISA description itself. Could you please explain why that can't be done and this has to go into the parser?
