macromem.isa (7134:60fe8a00b36e) macromem.isa (7169:6cc400372260)
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

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

122 exec_output = PredOpExecute.subst(microAddiUopIop) + \
123 PredOpExecute.subst(microSubiUopIop)
124}};
125
126let {{
127 iop = InstObjParams("ldmstm", "LdmStm", 'PredMacroOp', "", [])
128 header_output = MacroMemDeclare.subst(iop)
129 decoder_output = MacroMemConstructor.subst(iop)
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

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

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