Deleted Added
sdiff udiff text old ( 11513:cb3a401c45d7 ) new ( 11671:520509f3e66c )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2013, 2016 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

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

205 %(constructor)s;
206 if (!(condCode == COND_AL || condCode == COND_UC)) {
207 for (int x = 0; x < _numDestRegs; x++) {
208 _srcRegIdx[_numSrcRegs++] = _destRegIdx[x];
209 }
210 }
211 }
212}};