bitfields.isa (7116:b867ef81fb38) bitfields.isa (7121:bcd0a07000ed)
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

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

73def bitfield THUMB thumb;
74def bitfield BIGTHUMB bigThumb;
75
76// Other
77def bitfield COND_CODE condCode;
78def bitfield S_FIELD sField;
79def bitfield RN rn;
80def bitfield RD rd;
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

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

73def bitfield THUMB thumb;
74def bitfield BIGTHUMB bigThumb;
75
76// Other
77def bitfield COND_CODE condCode;
78def bitfield S_FIELD sField;
79def bitfield RN rn;
80def bitfield RD rd;
81def bitfield RT rt;
81def bitfield SHIFT_SIZE shiftSize;
82def bitfield SHIFT shift;
83def bitfield RM rm;
84
85def bitfield RS rs;
86
87def bitfield PUSWL puswl;
88def bitfield PREPOST puswl.prepost;
89def bitfield UP puswl.up;
90def bitfield PSRUSER puswl.psruser;
91def bitfield WRITEBACK puswl.writeback;
92def bitfield LOADOP puswl.loadOp;
93
94def bitfield PUBWL pubwl;
95
96def bitfield IMM imm;
97
98def bitfield IMMED_11_0 immed11_0;
82def bitfield SHIFT_SIZE shiftSize;
83def bitfield SHIFT shift;
84def bitfield RM rm;
85
86def bitfield RS rs;
87
88def bitfield PUSWL puswl;
89def bitfield PREPOST puswl.prepost;
90def bitfield UP puswl.up;
91def bitfield PSRUSER puswl.psruser;
92def bitfield WRITEBACK puswl.writeback;
93def bitfield LOADOP puswl.loadOp;
94
95def bitfield PUBWL pubwl;
96
97def bitfield IMM imm;
98
99def bitfield IMMED_11_0 immed11_0;
100def bitfield IMMED_7_0 immed7_0;
99
100def bitfield IMMED_HI_11_8 immedHi11_8;
101def bitfield IMMED_LO_3_0 immedLo3_0;
102
103def bitfield IMMED_23_0 immed23_0;
104
105def bitfield CPNUM cpNum;
106// Note that FP Regs are only 3 bits

--- 56 unchanged lines hidden ---
101
102def bitfield IMMED_HI_11_8 immedHi11_8;
103def bitfield IMMED_LO_3_0 immedLo3_0;
104
105def bitfield IMMED_23_0 immed23_0;
106
107def bitfield CPNUM cpNum;
108// Note that FP Regs are only 3 bits

--- 56 unchanged lines hidden ---