fpop.isa (11159:9459593cb649) fpop.isa (12234:78ece221f9f5)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// Copyright (c) 2012-2013 Mark D. Hill and David A. Wood
3// Copyright (c) 2015 Advanced Micro Devices, Inc.
4//
5// All rights reserved.
6//
7// The license below extends only to copyright in the software and shall
8// not be construed as granting a license to any other intellectual

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

41
42//////////////////////////////////////////////////////////////////////////
43//
44// FpOp Microop templates
45//
46//////////////////////////////////////////////////////////////////////////
47
48def template MicroFpOpExecute {{
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// Copyright (c) 2012-2013 Mark D. Hill and David A. Wood
3// Copyright (c) 2015 Advanced Micro Devices, Inc.
4//
5// All rights reserved.
6//
7// The license below extends only to copyright in the software and shall
8// not be construed as granting a license to any other intellectual

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

41
42//////////////////////////////////////////////////////////////////////////
43//
44// FpOp Microop templates
45//
46//////////////////////////////////////////////////////////////////////////
47
48def template MicroFpOpExecute {{
49 Fault %(class_name)s::execute(CPU_EXEC_CONTEXT *xc,
49 Fault %(class_name)s::execute(ExecContext *xc,
50 Trace::InstRecord *traceData) const
51 {
52 Fault fault = NoFault;
53
54 DPRINTF(X86, "The data size is %d\n", dataSize);
55 %(op_decl)s;
56 %(op_rd)s;
57

--- 399 unchanged lines hidden ---
50 Trace::InstRecord *traceData) const
51 {
52 Fault fault = NoFault;
53
54 DPRINTF(X86, "The data size is %d\n", dataSize);
55 %(op_decl)s;
56 %(op_rd)s;
57

--- 399 unchanged lines hidden ---