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

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

81 0x2: decode LTOPCODE_4 {
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 {
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

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

81 0x2: decode LTOPCODE_4 {
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: WarnUnimpl::Core_to_extension_transfer();
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 }
97 }

--- 97 unchanged lines hidden ---
90 default: decode CPNUM {
91 15: McrMrc15::mcrMrc15();
92 default: decode HTOPCODE_4 {
93 0x0: WarnUnimpl::mcr();
94 0x1: WarnUnimpl::mrc();
95 }
96 }
97 }

--- 97 unchanged lines hidden ---