macromem.isa (7169:6cc400372260) macromem.isa (7170:6f97f5107abe)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

119 MicroIntDeclare.subst(microSubiUopIop)
120 decoder_output = MicroIntConstructor.subst(microAddiUopIop) + \
121 MicroIntConstructor.subst(microSubiUopIop)
122 exec_output = PredOpExecute.subst(microAddiUopIop) + \
123 PredOpExecute.subst(microSubiUopIop)
124}};
125
126let {{
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

119 MicroIntDeclare.subst(microSubiUopIop)
120 decoder_output = MicroIntConstructor.subst(microAddiUopIop) + \
121 MicroIntConstructor.subst(microSubiUopIop)
122 exec_output = PredOpExecute.subst(microAddiUopIop) + \
123 PredOpExecute.subst(microSubiUopIop)
124}};
125
126let {{
127 iop = InstObjParams("ldmstm", "LdmStm", 'PredMacroOp', "", [])
127 iop = InstObjParams("ldmstm", "LdmStm", 'MacroMemOp', "", [])
128 header_output = MacroMemDeclare.subst(iop)
129 decoder_output = MacroMemConstructor.subst(iop)
130}};
128 header_output = MacroMemDeclare.subst(iop)
129 decoder_output = MacroMemConstructor.subst(iop)
130}};