bitfields.isa (7101:cc7b579ba8b2) bitfields.isa (7103:844dbc22e3cb)
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

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

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

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

109// float_regfile.hh
110def bitfield FM fm;
111def bitfield FPIMM fpImm;
112def bitfield PUNWL punwl;
113
114// M5 instructions
115def bitfield M5FUNC m5Func;
116
117// Thumb bitfields
118def bitfield TOPCODE_15_13 topcode15_13;
119def bitfield TOPCODE_13_11 topcode13_11;
120def bitfield TOPCODE_12_11 topcode12_11;
121def bitfield TOPCODE_12_10 topcode12_10;
122def bitfield TOPCODE_11_9 topcode11_9;
123def bitfield TOPCODE_11_8 topcode11_8;
124def bitfield TOPCODE_10_9 topcode10_9;
125def bitfield TOPCODE_10_8 topcode10_8;
126def bitfield TOPCODE_9_6 topcode9_6;
127def bitfield TOPCODE_7 topcode7;
128def bitfield TOPCODE_7_6 topcode7_6;
129def bitfield TOPCODE_7_5 topcode7_5;
130def bitfield TOPCODE_7_4 topcode7_4;
131def bitfield TOPCODE_3_0 topcode3_0;