thumb.isa (7277:85e4f11ad2c3) thumb.isa (7278:562ced200e54)
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

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

134 }
135 0x3: decode HTOPCODE_10_9 {
136 0x0: decode HTOPCODE_4 {
137 0x0: decode HTOPCODE_8 {
138 0x0: Thumb32StoreSingle::thumb32StoreSingle();
139 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();
140 }
141 0x1: decode HTOPCODE_6_5 {
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

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

134 }
135 0x3: decode HTOPCODE_10_9 {
136 0x0: decode HTOPCODE_4 {
137 0x0: decode HTOPCODE_8 {
138 0x0: Thumb32StoreSingle::thumb32StoreSingle();
139 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store();
140 }
141 0x1: decode HTOPCODE_6_5 {
142 0x0: WarnUnimpl::Load_byte_memory_hints();
142 0x0: LoadByteMemoryHints::loadByteMemoryHints();
143 0x1: LoadHalfwordMemoryHints::loadHalfwordMemoryHints();
144 0x2: Thumb32LoadWord::thumb32LoadWord();
145 0x3: WarnUnimpl::undefined();
146 }
147 }
148 0x1: decode HTOPCODE_8_7 {
149 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
150 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();

--- 47 unchanged lines hidden ---
143 0x1: LoadHalfwordMemoryHints::loadHalfwordMemoryHints();
144 0x2: Thumb32LoadWord::thumb32LoadWord();
145 0x3: WarnUnimpl::undefined();
146 }
147 }
148 0x1: decode HTOPCODE_8_7 {
149 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
150 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();

--- 47 unchanged lines hidden ---