Deleted Added
sdiff udiff text old ( 7130:12d7f945261f ) new ( 7134:60fe8a00b36e )
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

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

299 }
300 }
301 0x18: decode RN {
302 0xf: WarnUnimpl::usada8();
303 default: WarnUnimpl::usad8();
304 }
305 }
306 }
307 0x4: ArmMacroMem::armMacroMem();
308 0x5: decode OPCODE_24 {
309 // Branch (and Link) Instructions
310 0: Branch::b({{ }});
311 1: Branch::bl({{ }}, Link);
312 }
313 0x6: decode CPNUM {
314 0xb: decode LOADOP {
315 0x0: WarnUnimpl::fstmx();

--- 118 unchanged lines hidden ---