Deleted Added
sdiff udiff text old ( 8140:7449084b1612 ) new ( 8205:7ecbffb674aa )
full compact
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

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

236 if (fault == NoFault)
237 {
238 %(op_wb)s;
239 }
240 } else {
241 xc->setPredicate(false);
242 }
243
244 if (fault == NoFault && machInst.itstateMask != 0) {
245 xc->setMiscReg(MISCREG_ITSTATE, machInst.newItstate);
246 }
247
248 return fault;
249 }
250}};
251
252////////////////////////////////////////////////////////////////////
253//
254// Neon (un)packing microops using a particular lane
255//

--- 237 unchanged lines hidden ---