bitfields.isa (10593:a39de7b8d2c9) bitfields.isa (10924:d02e9c239892)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

82
83def bitfield OPSIZE opSize;
84def bitfield ADDRSIZE addrSize;
85def bitfield STACKSIZE stackSize;
86
87def bitfield MODE mode;
88def bitfield MODE_MODE mode.mode;
89def bitfield MODE_SUBMODE mode.submode;
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

82
83def bitfield OPSIZE opSize;
84def bitfield ADDRSIZE addrSize;
85def bitfield STACKSIZE stackSize;
86
87def bitfield MODE mode;
88def bitfield MODE_MODE mode.mode;
89def bitfield MODE_SUBMODE mode.submode;
90
91def bitfield VEX_R vex.first.r;
92def bitfield VEX_X vex.first.x;
93def bitfield VEX_B vex.first.b;
94def bitfield VEX_MAP vex.first.map_select;
95def bitfield VEX_W vex.second.w;
96def bitfield VEX_VVVV vex.second.vvvv;
97def bitfield VEX_L vex.second.l;
98def bitfield VEX_PP vex.second.pp;