thumb.isa (7126:0f3f378d2b7f) thumb.isa (7135:16f3c26a2923)
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

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

132 0x3: WarnUnimpl::wfi();
133 0x4: WarnUnimpl::sev();
134 default: WarnUnimpl::unallocated_hint();
135 }
136 }
137 }
138 }
139 0x6: decode TOPCODE_12_11 {
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

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

132 0x3: WarnUnimpl::wfi();
133 0x4: WarnUnimpl::sev();
134 default: WarnUnimpl::unallocated_hint();
135 }
136 }
137 }
138 }
139 0x6: decode TOPCODE_12_11 {
140 0x0: WarnUnimpl::stm(); // also stmia, stmea
141 0x1: WarnUnimpl::ldm(); // also ldmia, ldmea
140 0x0, 0x1: Thumb16MacroMem::thumb16MacroMem();
142 default: decode TOPCODE_11_8 {
143 0xe: WarnUnimpl::undefined(); // permanently undefined
144 0xf: WarnUnimpl::svc(); // formerly swi
145 default: WarnUnimpl::b(); // conditional
146 }
147 }
148 0x7: decode TOPCODE_12_11 {
149 0x0: WarnUnimpl::b(); // unconditional

--- 278 unchanged lines hidden ---
141 default: decode TOPCODE_11_8 {
142 0xe: WarnUnimpl::undefined(); // permanently undefined
143 0xf: WarnUnimpl::svc(); // formerly swi
144 default: WarnUnimpl::b(); // conditional
145 }
146 }
147 0x7: decode TOPCODE_12_11 {
148 0x0: WarnUnimpl::b(); // unconditional

--- 278 unchanged lines hidden ---