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 return fault;
245 }
246}};
247
248////////////////////////////////////////////////////////////////////
249//
250// Neon (un)packing microops using a particular lane
251//

--- 237 unchanged lines hidden ---