mem.isa (8203:78b9f056d58a) mem.isa (8301:858384f3af1c)
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

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

115 exec_output += PanicExecute.subst(iop) + \
116 PanicInitiateAcc.subst(iop) + \
117 PanicCompleteAcc.subst(iop)
118
119 return (header_output, decoder_output, exec_output)
120
121 def pickPredicate(blobs):
122 for val in blobs.values():
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

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

115 exec_output += PanicExecute.subst(iop) + \
116 PanicInitiateAcc.subst(iop) + \
117 PanicCompleteAcc.subst(iop)
118
119 return (header_output, decoder_output, exec_output)
120
121 def pickPredicate(blobs):
122 for val in blobs.values():
123 if re.search('(?123 if re.search('(?<!Opt)CondCodesF', val):
124 return condPredicateTest
125 return predicateTest
126
127 def memClassName(base, post, add, writeback, \
128 size=4, sign=False, user=False):
129 Name = base
130
131 parts = { "P" : post, "A" : add, "W" : writeback,

--- 42 unchanged lines hidden ---
124 return condPredicateTest
125 return predicateTest
126
127 def memClassName(base, post, add, writeback, \
128 size=4, sign=False, user=False):
129 Name = base
130
131 parts = { "P" : post, "A" : add, "W" : writeback,

--- 42 unchanged lines hidden ---