util.isa (7045:e21fe6a62b1c) util.isa (12385:288c62455dde)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 The Regents of The University of Michigan
4// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

66 initiateAccTemplate = eval(exec_template_base + 'InitiateAcc')
67 completeAccTemplate = eval(exec_template_base + 'CompleteAcc')
68
69 # (header_output, decoder_output, decode_block, exec_output)
70 return (LoadStoreDeclare.subst(iop),
71 LoadStoreConstructor.subst(iop),
72 decode_template.subst(iop),
73 fullExecTemplate.subst(iop)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 The Regents of The University of Michigan
4// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

66 initiateAccTemplate = eval(exec_template_base + 'InitiateAcc')
67 completeAccTemplate = eval(exec_template_base + 'CompleteAcc')
68
69 # (header_output, decoder_output, decode_block, exec_output)
70 return (LoadStoreDeclare.subst(iop),
71 LoadStoreConstructor.subst(iop),
72 decode_template.subst(iop),
73 fullExecTemplate.subst(iop)
74 + EACompExecute.subst(iop)
75 + initiateAccTemplate.subst(iop)
76 + completeAccTemplate.subst(iop))
77}};
78
79output header {{
80 std::string inst2string(MachInst machInst);
81}};
82

--- 21 unchanged lines hidden ---
74 + initiateAccTemplate.subst(iop)
75 + completeAccTemplate.subst(iop))
76}};
77
78output header {{
79 std::string inst2string(MachInst machInst);
80}};
81

--- 21 unchanged lines hidden ---