arm.isa (7130:12d7f945261f) arm.isa (7134:60fe8a00b36e)
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 }
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: decode PUSWL {
308 // Right now we only handle cases when S (PSRUSER) is not set
309 default: ArmMacroStore::ldmstm({{ }});
310 }
307 0x4: ArmMacroMem::armMacroMem();
311 0x5: decode OPCODE_24 {
312 // Branch (and Link) Instructions
313 0: Branch::b({{ }});
314 1: Branch::bl({{ }}, Link);
315 }
316 0x6: decode CPNUM {
317 0xb: decode LOADOP {
318 0x0: WarnUnimpl::fstmx();

--- 118 unchanged lines hidden ---
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 ---