bitfields.isa (7105:bec31317707b) bitfields.isa (7106:620238fdcd40)
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

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

111// float_regfile.hh
112def bitfield FM fm;
113def bitfield FPIMM fpImm;
114def bitfield PUNWL punwl;
115
116// M5 instructions
117def bitfield M5FUNC m5Func;
118
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

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

111// float_regfile.hh
112def bitfield FM fm;
113def bitfield FPIMM fpImm;
114def bitfield PUNWL punwl;
115
116// M5 instructions
117def bitfield M5FUNC m5Func;
118
119// Thumb bitfields
119// 16 bit thumb bitfields
120def bitfield TOPCODE_15_13 topcode15_13;
121def bitfield TOPCODE_13_11 topcode13_11;
122def bitfield TOPCODE_12_11 topcode12_11;
123def bitfield TOPCODE_12_10 topcode12_10;
124def bitfield TOPCODE_11_9 topcode11_9;
125def bitfield TOPCODE_11_8 topcode11_8;
126def bitfield TOPCODE_10_9 topcode10_9;
127def bitfield TOPCODE_10_8 topcode10_8;
128def bitfield TOPCODE_9_6 topcode9_6;
129def bitfield TOPCODE_7 topcode7;
130def bitfield TOPCODE_7_6 topcode7_6;
131def bitfield TOPCODE_7_5 topcode7_5;
132def bitfield TOPCODE_7_4 topcode7_4;
133def bitfield TOPCODE_3_0 topcode3_0;
120def bitfield TOPCODE_15_13 topcode15_13;
121def bitfield TOPCODE_13_11 topcode13_11;
122def bitfield TOPCODE_12_11 topcode12_11;
123def bitfield TOPCODE_12_10 topcode12_10;
124def bitfield TOPCODE_11_9 topcode11_9;
125def bitfield TOPCODE_11_8 topcode11_8;
126def bitfield TOPCODE_10_9 topcode10_9;
127def bitfield TOPCODE_10_8 topcode10_8;
128def bitfield TOPCODE_9_6 topcode9_6;
129def bitfield TOPCODE_7 topcode7;
130def bitfield TOPCODE_7_6 topcode7_6;
131def bitfield TOPCODE_7_5 topcode7_5;
132def bitfield TOPCODE_7_4 topcode7_4;
133def bitfield TOPCODE_3_0 topcode3_0;
134
135// 32 bit thumb bitfields
136def bitfield HTOPCODE_12_11 htopcode12_11;
137def bitfield HTOPCODE_10_9 htopcode10_9;
138def bitfield HTOPCODE_9 htopcode9;
139def bitfield HTOPCODE_9_8 htopcode9_8;
140def bitfield HTOPCODE_9_5 htopcode9_5;
141def bitfield HTOPCODE_9_4 htopcode9_4;
142def bitfield HTOPCODE_8 htopcode8;
143def bitfield HTOPCODE_8_7 htopcode8_7;
144def bitfield HTOPCODE_8_6 htopcode8_6;
145def bitfield HTOPCODE_8_5 htopcode8_5;
146def bitfield HTOPCODE_6_5 htopcode6_5;
147def bitfield HTOPCODE_5_4 htopcode5_4;
148def bitfield HTOPCODE_4 htopcode4;
149
150def bitfield HTRN htrn;
151def bitfield HTS hts;
152
153def bitfield LTOPCODE_15 ltopcode15;
154def bitfield LTOPCODE_7_4 ltopcode7_4;
155def bitfield LTOPCODE_4 ltopcode4;
156
157def bitfield LTRD ltrd;
158def bitfield LTCOPROC ltcoproc;