thumb.isa (7155:4c96244f0b8a) thumb.isa (7157:788dfd6e2d0e)
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

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

154 WarnUnimpl::Extension_register_load_store_instruction();
155 }
156 }
157 }
158 }
159 0x2: decode LTOPCODE_15 {
160 0x0: decode HTOPCODE_9 {
161 0x0: Thumb32DataProcModImm::thumb32DataProcModImm();
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

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

154 WarnUnimpl::Extension_register_load_store_instruction();
155 }
156 }
157 }
158 }
159 0x2: decode LTOPCODE_15 {
160 0x0: decode HTOPCODE_9 {
161 0x0: Thumb32DataProcModImm::thumb32DataProcModImm();
162 0x1: WarnUnimpl::Data_processing_plain_binary_immediate();
162 0x1: Thumb32DataProcPlainBin::thumb32DataProcPlainBin();
163 }
164 0x1: Thumb32BranchesAndMiscCtrl::thumb32BranchesAndMiscCtrl();
165 }
166 0x3: decode HTOPCODE_10_9 {
167 0x0: decode HTOPCODE_4 {
168 0x0: decode HTOPCODE_8 {
169 0x0: Thumb32StoreSingle::thumb32StoreSingle();
170 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();

--- 55 unchanged lines hidden ---
163 }
164 0x1: Thumb32BranchesAndMiscCtrl::thumb32BranchesAndMiscCtrl();
165 }
166 0x3: decode HTOPCODE_10_9 {
167 0x0: decode HTOPCODE_4 {
168 0x0: decode HTOPCODE_8 {
169 0x0: Thumb32StoreSingle::thumb32StoreSingle();
170 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();

--- 55 unchanged lines hidden ---