isa_traits.hh (2646:c5f20661d9f3) isa_traits.hh (2650:a012c079984a)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

75
76 private:
77 uint64_t retval;
78 bool success;
79};
80
81#endif
82
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

75
76 private:
77 uint64_t retval;
78 bool success;
79};
80
81#endif
82
83#if FULL_SYSTEM
84#include "arch/sparc/isa_fullsys_traits.hh"
85#endif
83
84namespace SparcISA
85{
86
87 // These enumerate all the registers for dependence tracking.
88 enum DependenceTags {
89 // 0..31 are the integer regs 0..31
90 // 32..63 are the FP regs 0..31, i.e. use (reg + FP_Base_DepTag)

--- 97 unchanged lines hidden ---
86
87namespace SparcISA
88{
89
90 // These enumerate all the registers for dependence tracking.
91 enum DependenceTags {
92 // 0..31 are the integer regs 0..31
93 // 32..63 are the FP regs 0..31, i.e. use (reg + FP_Base_DepTag)

--- 97 unchanged lines hidden ---