ARM: Set "movret_uop" as Conditional or Unconditional control
Review Request #1536 - Created Nov. 7, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Nathanael Premillieu | |
| gem5 | |
| Reviewers | |
| Default | |
Like http://reviews.gem5.org/r/1463/ , a flag is missing for the movret_uop microop instruction. In this patch, the flag is added when the instruction is used, not directly in the constructor of the instruction. It was simpler doing it this way.
