pseudo.isa revision 10611
1545SN/A// -*- mode:c++ -*-
213930Sgiacomo.travaglini@arm.com
38948SN/A// Copyright (c) 2014 ARM Limited
48948SN/A// All rights reserved
58948SN/A//
68948SN/A// The license below extends only to copyright in the software and shall
78948SN/A// not be construed as granting a license to any other intellectual
88948SN/A// property including but not limited to intellectual property relating
98948SN/A// to a hardware implementation of the functionality of the software
108948SN/A// licensed hereunder.  You may use the software subject to the license
118948SN/A// terms below provided that you ensure that this notice is replicated
128948SN/A// unmodified and in its entirety in all distributions of the software,
138948SN/A// modified or unmodified, in source code or in binary form.
142512SN/A//
15545SN/A// Redistribution and use in source and binary forms, with or without
16545SN/A// modification, are permitted provided that the following conditions are
17545SN/A// met: redistributions of source code must retain the above copyright
18545SN/A// notice, this list of conditions and the following disclaimer;
19545SN/A// redistributions in binary form must reproduce the above copyright
20545SN/A// notice, this list of conditions and the following disclaimer in the
21545SN/A// documentation and/or other materials provided with the distribution;
22545SN/A// neither the name of the copyright holders nor the names of its
23545SN/A// contributors may be used to endorse or promote products derived from
24545SN/A// this software without specific prior written permission.
25545SN/A//
26545SN/A// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27545SN/A// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28545SN/A// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29545SN/A// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
30545SN/A// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
31545SN/A// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
32545SN/A// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33545SN/A// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34545SN/A// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35545SN/A// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36545SN/A// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37545SN/A//
38545SN/A// Authors: Andreas Sandberg
392665SN/A
402665SN/Adef format DecoderFault() {{
412665SN/A    decode_block = '''
429166Sandreas.hansson@arm.com        return new DecoderFaultInst(machInst);
4311010Sandreas.sandberg@arm.com    '''
44545SN/A}};
45545SN/A