types.hh (7116:b867ef81fb38) types.hh (7121:bcd0a07000ed)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

81 Bitfield<7> opcode7;
82 Bitfield<6> opcode6;
83 Bitfield<4> opcode4;
84
85 Bitfield<31, 28> condCode;
86 Bitfield<20> sField;
87 Bitfield<19, 16> rn;
88 Bitfield<15, 12> rd;
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

81 Bitfield<7> opcode7;
82 Bitfield<6> opcode6;
83 Bitfield<4> opcode4;
84
85 Bitfield<31, 28> condCode;
86 Bitfield<20> sField;
87 Bitfield<19, 16> rn;
88 Bitfield<15, 12> rd;
89 Bitfield<15, 12> rt;
89 Bitfield<11, 7> shiftSize;
90 Bitfield<6, 5> shift;
91 Bitfield<3, 0> rm;
92
93 Bitfield<11, 8> rs;
94
95 SubBitUnion(puswl, 24, 20)
96 Bitfield<24> prepost;

--- 144 unchanged lines hidden ---
90 Bitfield<11, 7> shiftSize;
91 Bitfield<6, 5> shift;
92 Bitfield<3, 0> rm;
93
94 Bitfield<11, 8> rs;
95
96 SubBitUnion(puswl, 24, 20)
97 Bitfield<24> prepost;

--- 144 unchanged lines hidden ---