thumb.isa (8868:26dbd171754e) thumb.isa (10037:5cac77888310)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2012 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

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

90 0xf: McrMrc15::mcrMrc15();
91 }
92 }
93 0x3: ThumbNeonData::ThumbNeonData();
94 default: decode LTCOPROC {
95 0xa, 0xb: ExtensionRegLoadStore::extensionRegLoadStre();
96 0xf: decode HTOPCODE_9_4 {
97 0x00: Unknown::undefined();
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010-2012 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

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

90 0xf: McrMrc15::mcrMrc15();
91 }
92 }
93 0x3: ThumbNeonData::ThumbNeonData();
94 default: decode LTCOPROC {
95 0xa, 0xb: ExtensionRegLoadStore::extensionRegLoadStre();
96 0xf: decode HTOPCODE_9_4 {
97 0x00: Unknown::undefined();
98 0x04: WarnUnimpl::mcrr(); // mcrr2
99 0x05: WarnUnimpl::mrrc(); // mrrc2
98 0x04: decode LTCOPROC {
99 0xf: Mcrr15::Mcrr15();
100 default: WarnUnimpl::mcrr(); // mcrr2
101 }
102 0x05: decode LTCOPROC {
103 0xf: Mrrc15::Mrrc15();
104 default: WarnUnimpl::mrrc(); // mrrc2
105 }
100 0x02, 0x06, 0x08, 0x0a, 0x0c, 0x0e, 0x10,
101 0x12, 0x14, 0x16, 0x18, 0x1a, 0x1c, 0x1e:
102 WarnUnimpl::stc(); // stc2
103 0x03, 0x07, 0x09, 0x0b, 0x0d, 0x0f, 0x11,
104 0x13, 0x15, 0x17, 0x19, 0x1b, 0x1d, 0x1f:
105 decode HTRN {
106 0xf: WarnUnimpl::ldc(); // ldc2 (literal)
107 default: WarnUnimpl::ldc(); // ldc2 (immediate)

--- 64 unchanged lines hidden ---
106 0x02, 0x06, 0x08, 0x0a, 0x0c, 0x0e, 0x10,
107 0x12, 0x14, 0x16, 0x18, 0x1a, 0x1c, 0x1e:
108 WarnUnimpl::stc(); // stc2
109 0x03, 0x07, 0x09, 0x0b, 0x0d, 0x0f, 0x11,
110 0x13, 0x15, 0x17, 0x19, 0x1b, 0x1d, 0x1f:
111 decode HTRN {
112 0xf: WarnUnimpl::ldc(); // ldc2 (literal)
113 default: WarnUnimpl::ldc(); // ldc2 (immediate)

--- 64 unchanged lines hidden ---