thumb.isa (7161:a1e9b36bd4bf) thumb.isa (7213:beadb1dc1be6)
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

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

174 0x1: WarnUnimpl::Load_halfword_memory_hints();
175 0x2: Thumb32LoadWord::thumb32LoadWord();
176 0x3: WarnUnimpl::undefined();
177 }
178 }
179 0x1: decode HTOPCODE_8_7 {
180 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
181 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();
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

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

174 0x1: WarnUnimpl::Load_halfword_memory_hints();
175 0x2: Thumb32LoadWord::thumb32LoadWord();
176 0x3: WarnUnimpl::undefined();
177 }
178 }
179 0x1: decode HTOPCODE_8_7 {
180 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
181 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();
182 default: WarnUnimpl::Data_processing_register();
182 default: Thumb32DataProcReg::thumb32DataProcReg();
183 }
184 default: decode HTOPCODE_9_8 {
185 0x2: decode LTOPCODE_4 {
186 0x0: decode LTCOPROC {
187 0xa, 0xb: WarnUnimpl::VFP_Inst();
188 default: WarnUnimpl::cdp(); // cdp2
189 }
190 0x1: decode LTCOPROC {

--- 35 unchanged lines hidden ---
183 }
184 default: decode HTOPCODE_9_8 {
185 0x2: decode LTOPCODE_4 {
186 0x0: decode LTCOPROC {
187 0xa, 0xb: WarnUnimpl::VFP_Inst();
188 default: WarnUnimpl::cdp(); // cdp2
189 }
190 0x1: decode LTCOPROC {

--- 35 unchanged lines hidden ---