mem.isa (9554:406fbcf60223) | mem.isa (10184:bbfa3152bdea) |
---|---|
1// -*- mode:c++ -*- 2 3// Copyright (c) 2007 MIPS Technologies, Inc. 4// All rights reserved. 5// 6// Redistribution and use in source and binary forms, with or without 7// modification, are permitted provided that the following conditions are 8// met: redistributions of source code must retain the above copyright --- 152 unchanged lines hidden (view full) --- 161}}; 162 163 164def template CompleteAccDeclare {{ 165 Fault completeAcc(Packet *, %(CPU_exec_context)s *, Trace::InstRecord *) const; 166}}; 167 168def template LoadStoreConstructor {{ | 1// -*- mode:c++ -*- 2 3// Copyright (c) 2007 MIPS Technologies, Inc. 4// All rights reserved. 5// 6// Redistribution and use in source and binary forms, with or without 7// modification, are permitted provided that the following conditions are 8// met: redistributions of source code must retain the above copyright --- 152 unchanged lines hidden (view full) --- 161}}; 162 163 164def template CompleteAccDeclare {{ 165 Fault completeAcc(Packet *, %(CPU_exec_context)s *, Trace::InstRecord *) const; 166}}; 167 168def template LoadStoreConstructor {{ |
169 inline %(class_name)s::%(class_name)s(ExtMachInst machInst) | 169 %(class_name)s::%(class_name)s(ExtMachInst machInst) |
170 : %(base_class)s("%(mnemonic)s", machInst, %(op_class)s) 171 { 172 %(constructor)s; 173 } 174}}; 175 176 177def template EACompExecute {{ --- 424 unchanged lines hidden --- | 170 : %(base_class)s("%(mnemonic)s", machInst, %(op_class)s) 171 { 172 %(constructor)s; 173 } 174}}; 175 176 177def template EACompExecute {{ --- 424 unchanged lines hidden --- |