arm.isa (7732:a2c660de7787) arm.isa (8868:26dbd171754e)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

109 0x7: decode OPCODE_24 {
110 0: decode OPCODE_4 {
111 0: decode CPNUM {
112 0xa, 0xb: VfpData::vfpData();
113 } // CPNUM
114 1: decode CPNUM { // 27-24=1110,4 ==1
115 0x1: M5ops::m5ops();
116 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
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
9// to a hardware implementation of the functionality of the software
10// licensed hereunder. You may use the software subject to the license
11// terms below provided that you ensure that this notice is replicated

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

109 0x7: decode OPCODE_24 {
110 0: decode OPCODE_4 {
111 0: decode CPNUM {
112 0xa, 0xb: VfpData::vfpData();
113 } // CPNUM
114 1: decode CPNUM { // 27-24=1110,4 ==1
115 0x1: M5ops::m5ops();
116 0xa, 0xb: ShortFpTransfer::shortFpTransfer();
117 0xe: McrMrc14::mcrMrc14();
117 0xf: McrMrc15::mcrMrc15();
118 } // CPNUM (OP4 == 1)
119 } //OPCODE_4
120
121 1: Svc::svc();
122 } // OPCODE_24
123
124}
125}
126}
127
118 0xf: McrMrc15::mcrMrc15();
119 } // CPNUM (OP4 == 1)
120 } //OPCODE_4
121
122 1: Svc::svc();
123 } // OPCODE_24
124
125}
126}
127}
128