ascii_adjust.py (5081:2ccce8600a9d) ascii_adjust.py (5543:3af77710f397)
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

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

51# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53#
54# Authors: Gabe Black
55
56microcode = ""
57#let {{
58# class AAA(Inst):
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

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

51# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53#
54# Authors: Gabe Black
55
56microcode = ""
57#let {{
58# class AAA(Inst):
59# "GenFault ${new UnimpInstFault}"
59# "GenFault ${new UnimpInstFault}"
60# class AAD(Inst):
60# class AAD(Inst):
61# "GenFault ${new UnimpInstFault}"
61# "GenFault ${new UnimpInstFault}"
62# class AAM(Inst):
62# class AAM(Inst):
63# "GenFault ${new UnimpInstFault}"
63# "GenFault ${new UnimpInstFault}"
64# class AAS(Inst):
64# class AAS(Inst):
65# "GenFault ${new UnimpInstFault}"
65# "GenFault ${new UnimpInstFault}"
66#}};
66#}};