bitfields.isa (6759:98101a5f7ee4) bitfields.isa (7101:cc7b579ba8b2)
1// -*- mode:c++ -*-
2
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
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
12// unmodified and in its entirety in all distributions of the software,
13// modified or unmodified, in source code or in binary form.
14//
3// Copyright (c) 2007-2008 The Florida State University
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright
9// notice, this list of conditions and the following disclaimer;
10// redistributions in binary form must reproduce the above copyright

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

51def bitfield MISC_OPCODE miscOpcode;
52def bitfield OPC2 opc2;
53def bitfield OPCODE_7 opcode7;
54def bitfield OPCODE_4 opcode4;
55
56def bitfield IS_MISC isMisc;
57def bitfield SEVEN_AND_FOUR sevenAndFour;
58
15// Copyright (c) 2007-2008 The Florida State University
16// All rights reserved.
17//
18// Redistribution and use in source and binary forms, with or without
19// modification, are permitted provided that the following conditions are
20// met: redistributions of source code must retain the above copyright
21// notice, this list of conditions and the following disclaimer;
22// redistributions in binary form must reproduce the above copyright

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

63def bitfield MISC_OPCODE miscOpcode;
64def bitfield OPC2 opc2;
65def bitfield OPCODE_7 opcode7;
66def bitfield OPCODE_4 opcode4;
67
68def bitfield IS_MISC isMisc;
69def bitfield SEVEN_AND_FOUR sevenAndFour;
70
71def bitfield THUMB thumb;
72def bitfield BIGTHUMB bigThumb;
73
59// Other
60def bitfield COND_CODE condCode;
61def bitfield S_FIELD sField;
62def bitfield RN rn;
63def bitfield RD rd;
64def bitfield SHIFT_SIZE shiftSize;
65def bitfield SHIFT shift;
66def bitfield RM rm;

--- 35 unchanged lines hidden ---
74// Other
75def bitfield COND_CODE condCode;
76def bitfield S_FIELD sField;
77def bitfield RN rn;
78def bitfield RD rd;
79def bitfield SHIFT_SIZE shiftSize;
80def bitfield SHIFT shift;
81def bitfield RM rm;

--- 35 unchanged lines hidden ---