166c166
< 0x4: decode FULL_SYSTEM {
---
> 0x4: decode FullSystem {
215c215
< if (FULL_SYSTEM &&
---
> if (FullSystem &&
224c224
< if (FULL_SYSTEM &&
---
> if (FullSystem &&
328c328
< if (FULL_SYSTEM &&
---
> if (FullSystem &&
500,501c500,501
< data = insertBits(data, MT_H ? 63 : 31,
< MT_H ? 32 : 0, Rt);
---
> data = insertBits(data, top_bit,
> bottom_bit, Rt);
535c535
< "S""tatus Register", FS);
---
> "Status Register", FS);
778a779
> IndexReg index = Index;
843a845
> IndexReg index = Index;
1256c1258
< 0x5: decode FUNCTION {
---
> 0x5: decode FUNCTION_HI {
2434c2436
< 0x0: decode FULL_SYSTEM {
---
> 0x0: decode FullSystem {