isa_traits.hh (8412:b02c49dbfde1) | isa_traits.hh (8542:7230ff0738e3) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33 34#ifndef __ARCH_MIPS_ISA_TRAITS_HH__ 35#define __ARCH_MIPS_ISA_TRAITS_HH__ 36 37#include "arch/mips/mips_core_specific.hh" 38#include "arch/mips/types.hh" 39#include "base/types.hh" 40#include "config/full_system.hh" | 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 --- 24 unchanged lines hidden (view full) --- 33 34#ifndef __ARCH_MIPS_ISA_TRAITS_HH__ 35#define __ARCH_MIPS_ISA_TRAITS_HH__ 36 37#include "arch/mips/mips_core_specific.hh" 38#include "arch/mips/types.hh" 39#include "base/types.hh" 40#include "config/full_system.hh" |
41#include "cpu/static_inst_fwd.hh" |
|
41 42namespace LittleEndianGuest {} 43 | 42 43namespace LittleEndianGuest {} 44 |
44class StaticInstPtr; 45 | |
46namespace MipsISA 47{ 48 49using namespace LittleEndianGuest; 50 51StaticInstPtr decodeInst(ExtMachInst); 52 53// MIPS DOES have a delay slot --- 115 unchanged lines hidden --- | 45namespace MipsISA 46{ 47 48using namespace LittleEndianGuest; 49 50StaticInstPtr decodeInst(ExtMachInst); 51 52// MIPS DOES have a delay slot --- 115 unchanged lines hidden --- |