thumb.isa (7340:cd78c8367084) thumb.isa (7363:3b3b3325140c)
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

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

75 default: ArmMacroMem::armMacroMem();
76 }
77 0x1: Thumb32LdrStrDExTbh::thumb32LdrStrDExTbh();
78 }
79 0x1: Thumb32DataProcShiftReg::thumb32DataProcShiftReg();
80 default: decode HTOPCODE_9_8 {
81 0x2: decode LTOPCODE_4 {
82 0x0: decode LTCOPROC {
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

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

75 default: ArmMacroMem::armMacroMem();
76 }
77 0x1: Thumb32LdrStrDExTbh::thumb32LdrStrDExTbh();
78 }
79 0x1: Thumb32DataProcShiftReg::thumb32DataProcShiftReg();
80 default: decode HTOPCODE_9_8 {
81 0x2: decode LTOPCODE_4 {
82 0x0: decode LTCOPROC {
83 0xa, 0xb: decode OPCODE_23_20 {
84##include "vfp.isa"
85 }
83 0xa, 0xb: VfpData::vfpData();
86 default: WarnUnimpl::cdp(); // cdp2
87 }
88 0x1: decode LTCOPROC {
89 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
90 0xf: McrMrc15::mcrMrc15();
91 }
92 }
93 0x3: WarnUnimpl::Advanced_SIMD();

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

133 0x1: decode HTOPCODE_8_7 {
134 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
135 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();
136 default: Thumb32DataProcReg::thumb32DataProcReg();
137 }
138 default: decode HTOPCODE_9_8 {
139 0x2: decode LTOPCODE_4 {
140 0x0: decode LTCOPROC {
84 default: WarnUnimpl::cdp(); // cdp2
85 }
86 0x1: decode LTCOPROC {
87 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
88 0xf: McrMrc15::mcrMrc15();
89 }
90 }
91 0x3: WarnUnimpl::Advanced_SIMD();

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

131 0x1: decode HTOPCODE_8_7 {
132 0x2: Thumb32MulMulAccAndAbsDiff::thumb32MulMulAccAndAbsDiff();
133 0x3: Thumb32LongMulMulAccAndDiv::thumb32LongMulMulAccAndDiv();
134 default: Thumb32DataProcReg::thumb32DataProcReg();
135 }
136 default: decode HTOPCODE_9_8 {
137 0x2: decode LTOPCODE_4 {
138 0x0: decode LTCOPROC {
141 0xa, 0xb: decode OPCODE_23_20 {
142##include "vfp.isa"
143 }
139 0xa, 0xb: VfpData::vfpData();
144 default: WarnUnimpl::cdp(); // cdp2
145 }
146 0x1: decode LTCOPROC {
147 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
148 0xf: McrMrc15::mcrMrc15();
149 }
150 }
151 0x3: WarnUnimpl::Advanced_SIMD();

--- 21 unchanged lines hidden ---
140 default: WarnUnimpl::cdp(); // cdp2
141 }
142 0x1: decode LTCOPROC {
143 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
144 0xf: McrMrc15::mcrMrc15();
145 }
146 }
147 0x3: WarnUnimpl::Advanced_SIMD();

--- 21 unchanged lines hidden ---