unknown.isa (12234:78ece221f9f5) unknown.isa (12236:126ac9da6050)
1// -*- mode:c++ -*-
2
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

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

48 Unknown(ExtMachInst _machInst)
49 : PowerStaticInst("unknown", _machInst, No_OpClass)
50 {
51 // don't call execute() (which panics) if we're on a
52 // speculative path
53 flags[IsNonSpeculative] = true;
54 }
55
1// -*- mode:c++ -*-
2
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

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

48 Unknown(ExtMachInst _machInst)
49 : PowerStaticInst("unknown", _machInst, No_OpClass)
50 {
51 // don't call execute() (which panics) if we're on a
52 // speculative path
53 flags[IsNonSpeculative] = true;
54 }
55
56 %(BasicExecDeclare)s
56 Fault execute(ExecContext *, Trace::InstRecord *) const;
57
58 std::string
59 generateDisassembly(Addr pc, const SymbolTable *symtab) const;
60 };
61}};
62
63output decoder {{
64 std::string

--- 22 unchanged lines hidden ---
57
58 std::string
59 generateDisassembly(Addr pc, const SymbolTable *symtab) const;
60 };
61}};
62
63output decoder {{
64 std::string

--- 22 unchanged lines hidden ---