bitfields.isa (7245:bee7e6b76d38) bitfields.isa (10037:5cac77888310)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
3// Copyright (c) 2010, 2011 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

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

68def bitfield OPCODE_6 opcode6;
69def bitfield OPCODE_4 opcode4;
70
71def bitfield IS_MISC isMisc;
72def bitfield SEVEN_AND_FOUR sevenAndFour;
73
74def bitfield THUMB thumb;
75def bitfield BIGTHUMB bigThumb;
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

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

68def bitfield OPCODE_6 opcode6;
69def bitfield OPCODE_4 opcode4;
70
71def bitfield IS_MISC isMisc;
72def bitfield SEVEN_AND_FOUR sevenAndFour;
73
74def bitfield THUMB thumb;
75def bitfield BIGTHUMB bigThumb;
76def bitfield AARCH64 aarch64;
76
77// Other
78def bitfield COND_CODE condCode;
79def bitfield S_FIELD sField;
80def bitfield RN rn;
81def bitfield RD rd;
82def bitfield RT rt;
83def bitfield SHIFT_SIZE shiftSize;

--- 83 unchanged lines hidden ---
77
78// Other
79def bitfield COND_CODE condCode;
80def bitfield S_FIELD sField;
81def bitfield RN rn;
82def bitfield RD rd;
83def bitfield RT rt;
84def bitfield SHIFT_SIZE shiftSize;

--- 83 unchanged lines hidden ---