misc.isa (8868:26dbd171754e) misc.isa (9554:406fbcf60223)
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

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

76 }
77 }
78 '''
79}};
80
81let {{
82 header_output = '''
83 StaticInstPtr
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

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

76 }
77 }
78 '''
79}};
80
81let {{
82 header_output = '''
83 StaticInstPtr
84 decodeMcrMrc15(ExtMachInst machInst);
84 decodeMcrMrc14(ExtMachInst machInst);
85 '''
86 decoder_output = '''
87 StaticInstPtr
88 decodeMcrMrc14(ExtMachInst machInst)
89 {
90 const uint32_t opc1 = bits(machInst, 23, 21);
91 const uint32_t crn = bits(machInst, 19, 16);
92 const uint32_t opc2 = bits(machInst, 7, 5);

--- 158 unchanged lines hidden ---
85 '''
86 decoder_output = '''
87 StaticInstPtr
88 decodeMcrMrc14(ExtMachInst machInst)
89 {
90 const uint32_t opc1 = bits(machInst, 23, 21);
91 const uint32_t crn = bits(machInst, 19, 16);
92 const uint32_t opc2 = bits(machInst, 7, 5);

--- 158 unchanged lines hidden ---