Deleted Added
sdiff udiff text old ( 4717:040769cb51b9 ) new ( 4801:370cc342f031 )
full compact
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

55
56////////////////////////////////////////////////////////////////////
57//
58// Bitfield definitions.
59//
60
61//REX prefix
62def bitfield REX rex;
63def bitfield REX_W rex.w;
64def bitfield REX_R rex.r;
65def bitfield REX_X rex.x;
66def bitfield REX_B rex.b;
67
68//Legacy prefixes
69def bitfield LEGACY legacy;
70def bitfield LEGACY_DECODEVAL legacy.decodeVal;

--- 38 unchanged lines hidden ---