35a36
> #include "arch/arm/max_inst_regs.hh"
47a49,50
> using ArmISAInst::MaxInstSrcRegs;
> using ArmISAInst::MaxInstDestRegs;
103d105
< const int NumControlRegs = 7;
108d109
< const int NumMiscRegs = NumControlRegs;
110,117d110
< const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
<
< const int TotalDataRegs = NumIntRegs + NumFloatRegs;
<
< // Static instruction parameters
< const int MaxInstSrcRegs = 5;
< const int MaxInstDestRegs = 3;
<