Review Board 2.0.15


ARM: Set "uopSet_uop" as Conditional or Unconditional control

Review Request #1463 - Created Oct. 6, 2012 and submitted - Latest diff uploaded

Information
Nathanael Premillieu
gem5
Reviewers
Default
"uopSet_uop" is microop instruction that has the IsControl flags set, but the IsCondControl or IsUncondControl flags seems not to be set, neither in  the construction nor where the microop is used. This patch adds the the flags in the constructor of the instruction (MicroUopSetPCCPSR)
The generation of the ISA-related is working.
Tests to see if it has an impact are under progress.