isa_traits.hh (6035:4d27997b548c) isa_traits.hh (6110:5051aafec8d5)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 174 unchanged lines hidden (view full) ---

183
184 // Static instruction parameters
185 const int MaxInstSrcRegs = 10;
186 const int MaxInstDestRegs = 8;
187
188 // semantically meaningful register indices
189 const int ZeroReg = 0;
190 const int AssemblerReg = 1;
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 174 unchanged lines hidden (view full) ---

183
184 // Static instruction parameters
185 const int MaxInstSrcRegs = 10;
186 const int MaxInstDestRegs = 8;
187
188 // semantically meaningful register indices
189 const int ZeroReg = 0;
190 const int AssemblerReg = 1;
191 const int SyscallSuccessReg = 7;
192 const int FirstArgumentReg = 4;
193 const int ReturnValueReg = 2;
194
191 const int KernelReg0 = 26;
192 const int KernelReg1 = 27;
193 const int GlobalPointerReg = 28;
194 const int StackPointerReg = 29;
195 const int FramePointerReg = 30;
196 const int ReturnAddressReg = 31;
197
198 const int SyscallPseudoReturnReg = 3;

--- 184 unchanged lines hidden ---
195 const int KernelReg0 = 26;
196 const int KernelReg1 = 27;
197 const int GlobalPointerReg = 28;
198 const int StackPointerReg = 29;
199 const int FramePointerReg = 30;
200 const int ReturnAddressReg = 31;
201
202 const int SyscallPseudoReturnReg = 3;

--- 184 unchanged lines hidden ---