isa_traits.hh (7811:a8fc35183c10) | isa_traits.hh (8542:7230ff0738e3) |
---|---|
1/* 2 * Copyright (c) 2003-2005 The Regents of The University of Michigan 3 * Copyright (c) 2007-2008 The Florida State University 4 * Copyright (c) 2009 The University of Edinburgh 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions are --- 23 unchanged lines hidden (view full) --- 32 * Stephen Hines 33 */ 34 35#ifndef __ARCH_POWER_ISA_TRAITS_HH__ 36#define __ARCH_POWER_ISA_TRAITS_HH__ 37 38#include "arch/power/types.hh" 39#include "base/types.hh" | 1/* 2 * Copyright (c) 2003-2005 The Regents of The University of Michigan 3 * Copyright (c) 2007-2008 The Florida State University 4 * Copyright (c) 2009 The University of Edinburgh 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions are --- 23 unchanged lines hidden (view full) --- 32 * Stephen Hines 33 */ 34 35#ifndef __ARCH_POWER_ISA_TRAITS_HH__ 36#define __ARCH_POWER_ISA_TRAITS_HH__ 37 38#include "arch/power/types.hh" 39#include "base/types.hh" |
40#include "cpu/static_inst_fwd.hh" |
|
40 41namespace BigEndianGuest {} 42 | 41 42namespace BigEndianGuest {} 43 |
43class StaticInstPtr; 44 | |
45namespace PowerISA 46{ 47 48using namespace BigEndianGuest; 49 50StaticInstPtr decodeInst(ExtMachInst); 51 52// POWER DOES NOT have a delay slot --- 26 unchanged lines hidden --- | 44namespace PowerISA 45{ 46 47using namespace BigEndianGuest; 48 49StaticInstPtr decodeInst(ExtMachInst); 50 51// POWER DOES NOT have a delay slot --- 26 unchanged lines hidden --- |