unknown.isa (12234:78ece221f9f5) unknown.isa (12236:126ac9da6050)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

52 public:
53
54 // Constructor
55 Unknown(ExtMachInst _machInst) :
56 X86ISA::X86StaticInst("unknown", _machInst, No_OpClass)
57 {
58 }
59
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

52 public:
53
54 // Constructor
55 Unknown(ExtMachInst _machInst) :
56 X86ISA::X86StaticInst("unknown", _machInst, No_OpClass)
57 {
58 }
59
60 %(BasicExecDeclare)s
60 Fault execute(ExecContext *, Trace::InstRecord *) const;
61
62 std::string generateDisassembly(Addr pc,
63 const SymbolTable *symtab) const;
64
65 };
66}};
67
68output decoder {{

--- 18 unchanged lines hidden ---
61
62 std::string generateDisassembly(Addr pc,
63 const SymbolTable *symtab) const;
64
65 };
66}};
67
68output decoder {{

--- 18 unchanged lines hidden ---