Deleted Added
sdiff udiff text old ( 8072:128afe2b3a35 ) 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

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

224 if (fault == NoFault)
225 {
226 %(op_wb)s;
227 }
228 } else {
229 xc->setPredicate(false);
230 }
231
232 return fault;
233 }
234}};
235
236output header {{
237 uint16_t nextBiggerType(uint8_t);
238 uint32_t nextBiggerType(uint16_t);
239 uint64_t nextBiggerType(uint32_t);

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

272 if (fault == NoFault)
273 {
274 %(op_wb)s;
275 }
276 } else {
277 xc->setPredicate(false);
278 }
279
280 return fault;
281 }
282}};