Deleted Added
sdiff udiff text old ( 7126:0f3f378d2b7f ) new ( 7135:16f3c26a2923 )
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

--- 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, 0x1: Thumb16MacroMem::thumb16MacroMem();
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 ---