limmop.isa (12106:7784fac1b159) limmop.isa (12234:78ece221f9f5)
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

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

37
38//////////////////////////////////////////////////////////////////////////
39//
40// LIMMOp Microop templates
41//
42//////////////////////////////////////////////////////////////////////////
43
44def template MicroLimmOpExecute {{
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

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

37
38//////////////////////////////////////////////////////////////////////////
39//
40// LIMMOp Microop templates
41//
42//////////////////////////////////////////////////////////////////////////
43
44def template MicroLimmOpExecute {{
45 Fault %(class_name)s::execute(CPU_EXEC_CONTEXT *xc,
45 Fault %(class_name)s::execute(ExecContext *xc,
46 Trace::InstRecord *traceData) const
47 {
48 %(op_decl)s;
49 %(op_rd)s;
50 %(code)s;
51 %(op_wb)s;
52 return NoFault;
53 }

--- 126 unchanged lines hidden ---
46 Trace::InstRecord *traceData) const
47 {
48 %(op_decl)s;
49 %(op_rd)s;
50 %(code)s;
51 %(op_wb)s;
52 return NoFault;
53 }

--- 126 unchanged lines hidden ---