isa_traits.hh (8229:78bf55f23338) | isa_traits.hh (8542:7230ff0738e3) |
---|---|
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; --- 22 unchanged lines hidden (view full) --- 31 32#ifndef __ARCH_SPARC_ISA_TRAITS_HH__ 33#define __ARCH_SPARC_ISA_TRAITS_HH__ 34 35#include "arch/sparc/sparc_traits.hh" 36#include "arch/sparc/types.hh" 37#include "base/types.hh" 38#include "config/full_system.hh" | 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; --- 22 unchanged lines hidden (view full) --- 31 32#ifndef __ARCH_SPARC_ISA_TRAITS_HH__ 33#define __ARCH_SPARC_ISA_TRAITS_HH__ 34 35#include "arch/sparc/sparc_traits.hh" 36#include "arch/sparc/types.hh" 37#include "base/types.hh" 38#include "config/full_system.hh" |
39#include "cpu/static_inst_fwd.hh" |
|
39 | 40 |
40class StaticInstPtr; 41 | |
42namespace BigEndianGuest {} 43 44namespace SparcISA 45{ 46const int MachineBytes = 8; 47 48// This makes sure the big endian versions of certain functions are used. 49using namespace BigEndianGuest; --- 52 unchanged lines hidden --- | 41namespace BigEndianGuest {} 42 43namespace SparcISA 44{ 45const int MachineBytes = 8; 46 47// This makes sure the big endian versions of certain functions are used. 48using namespace BigEndianGuest; --- 52 unchanged lines hidden --- |