Deleted Added
sdiff udiff text old ( 12488:19af27d8b34d ) new ( 12531:3141027bd11a )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2011-2013, 2016-2017 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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

169 bits(machInst, 20, 5));
170 '''
171
172 brkIop = InstObjParams("brk", "Brk64", "ArmStaticInst",
173 brkCode, ["IsSerializeAfter"])
174 header_output += BasicDeclare.subst(brkIop)
175 decoder_output += BasicConstructor64.subst(brkIop)
176 exec_output += BasicExecute.subst(brkIop)
177}};