Deleted Added
sdiff udiff text old ( 14058:a17b827fbf5e ) new ( 14150:1391e94a7b95 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2011-2014, 2017, 2019 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

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

724 : %(base_class)s("%(mnemonic)s", machInst, %(op_class)s,
725 (IntRegIndex)_dest, _imm)
726 {
727 %(constructor)s;
728 assert(!%(use_uops)d);
729 setExcAcRel(exclusive, acrel);
730 }
731}};