Deleted Added
sdiff udiff text old ( 10924:d02e9c239892 ) new ( 12045:31d9a81ba286 )
full compact
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

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

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_V vex.v;
92def bitfield VEX_L vex.l;