thumb.isa (7157:788dfd6e2d0e) thumb.isa (7161:a1e9b36bd4bf)
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

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

172 0x1: decode HTOPCODE_6_5 {
173 0x0: WarnUnimpl::Load_byte_memory_hints();
174 0x1: WarnUnimpl::Load_halfword_memory_hints();
175 0x2: Thumb32LoadWord::thumb32LoadWord();
176 0x3: WarnUnimpl::undefined();
177 }
178 }
179 0x1: decode HTOPCODE_8_7 {
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

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

172 0x1: decode HTOPCODE_6_5 {
173 0x0: WarnUnimpl::Load_byte_memory_hints();
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: WarnUnimpl::Multiply_multiply_accumulate_and_absolute_difference();
181 0x3: WarnUnimpl::Long_multiply_long_multiply_accumulate_and_divide();
180 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
181 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();
182 default: WarnUnimpl::Data_processing_register();
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 }

--- 36 unchanged lines hidden ---
182 default: WarnUnimpl::Data_processing_register();
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 }

--- 36 unchanged lines hidden ---