thumb.isa (7321:d0fdf3452086) thumb.isa (7339:be7111fd22d9)
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

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

82 0x0: decode LTCOPROC {
83 0xa, 0xb: decode OPCODE_23_20 {
84##include "vfp.isa"
85 }
86 default: WarnUnimpl::cdp(); // cdp2
87 }
88 0x1: decode LTCOPROC {
89 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
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

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

82 0x0: decode LTCOPROC {
83 0xa, 0xb: decode OPCODE_23_20 {
84##include "vfp.isa"
85 }
86 default: WarnUnimpl::cdp(); // cdp2
87 }
88 0x1: decode LTCOPROC {
89 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
90 default: decode CPNUM {
91 15: McrMrc15::mcrMrc15();
92 default: decode HTOPCODE_4 {
93 0x0: WarnUnimpl::mcr();
94 0x1: WarnUnimpl::mrc();
95 }
96 }
90 0xf: McrMrc15::mcrMrc15();
97 }
98 }
99 0x3: WarnUnimpl::Advanced_SIMD();
100 default: decode LTCOPROC {
101 0xa, 0xb: decode HTOPCODE_9_4 {
102 0x00: Unknown::undefined();
103 0x04: WarnUnimpl::mcrr(); // mcrr2
104 0x05: WarnUnimpl::mrrc(); // mrrc2

--- 90 unchanged lines hidden ---
91 }
92 }
93 0x3: WarnUnimpl::Advanced_SIMD();
94 default: decode LTCOPROC {
95 0xa, 0xb: decode HTOPCODE_9_4 {
96 0x00: Unknown::undefined();
97 0x04: WarnUnimpl::mcrr(); // mcrr2
98 0x05: WarnUnimpl::mrrc(); // mrrc2

--- 90 unchanged lines hidden ---