44d43
<
53c52,54
< inline bool isCallerSaveIntegerRegister(unsigned int reg) {
---
> inline bool
> isCallerSaveIntegerRegister(unsigned int reg)
> {
58c59,61
< inline bool isCalleeSaveIntegerRegister(unsigned int reg) {
---
> inline bool
> isCalleeSaveIntegerRegister(unsigned int reg)
> {
63c66,68
< inline bool isCallerSaveFloatRegister(unsigned int reg) {
---
> inline bool
> isCallerSaveFloatRegister(unsigned int reg)
> {
68c73,75
< inline bool isCalleeSaveFloatRegister(unsigned int reg) {
---
> inline bool
> isCalleeSaveFloatRegister(unsigned int reg)
> {
73,74c80,82
< inline Addr alignAddress(const Addr &addr,
< unsigned int nbytes) {
---
> inline Addr
> alignAddress(const Addr &addr, unsigned int nbytes)
> {
79c87,89
< inline Addr realPCToFetchPC(const Addr &addr) {
---
> inline Addr
> realPCToFetchPC(const Addr &addr)
> {
83c93,95
< inline Addr fetchPCToRealPC(const Addr &addr) {
---
> inline Addr
> fetchPCToRealPC(const Addr &addr)
> {
89c101,103
< inline size_t fetchInstSize() {
---
> inline size_t
> fetchInstSize()
> {
93c107,109
< inline MachInst makeRegisterCopy(int dest, int src) {
---
> inline MachInst
> makeRegisterCopy(int dest, int src)
> {
98a115,116
> void saveMachineReg(AnyReg &savereg, const RegFile &reg_file, int regnum);
> void restoreMachineReg(RegFile &regs, const AnyReg &reg, int regnum);
100,105d117
< void saveMachineReg(AnyReg &savereg, const RegFile &reg_file,
< int regnum);
<
< void restoreMachineReg(RegFile &regs, const AnyReg &reg,
< int regnum);
<
115,117c127
< inline void startupCPU(ThreadContext *tc, int cpuId) {
< tc->activate(0);
< }
---
> inline void startupCPU(ThreadContext *tc, int cpuId) { tc->activate(0); }