isa_traits.hh (6216:2f4020838149) isa_traits.hh (6326:008930a4ace5)
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;

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

39#include "config/full_system.hh"
40
41class StaticInstPtr;
42
43namespace BigEndianGuest {}
44
45namespace SparcISA
46{
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;

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

39#include "config/full_system.hh"
40
41class StaticInstPtr;
42
43namespace BigEndianGuest {}
44
45namespace SparcISA
46{
47 class RegFile;
48
49 const int MachineBytes = 8;
50
51 //This makes sure the big endian versions of certain functions are used.
52 using namespace BigEndianGuest;
53 using SparcISAInst::MaxInstSrcRegs;
54 using SparcISAInst::MaxInstDestRegs;
55
56 // SPARC has a delay slot

--- 69 unchanged lines hidden ---
47 const int MachineBytes = 8;
48
49 //This makes sure the big endian versions of certain functions are used.
50 using namespace BigEndianGuest;
51 using SparcISAInst::MaxInstSrcRegs;
52 using SparcISAInst::MaxInstDestRegs;
53
54 // SPARC has a delay slot

--- 69 unchanged lines hidden ---