bitfields.isa (4546:71382cde8725) bitfields.isa (4586:597006d41ca8)
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

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

95
96def bitfield SIB sib;
97def bitfield SIB_SCALE sib.scale;
98def bitfield SIB_INDEX sib.index;
99def bitfield SIB_BASE sib.base;
100
101def bitfield OPSIZE opSize;
102def bitfield ADDRSIZE addrSize;
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

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

95
96def bitfield SIB sib;
97def bitfield SIB_SCALE sib.scale;
98def bitfield SIB_INDEX sib.index;
99def bitfield SIB_BASE sib.base;
100
101def bitfield OPSIZE opSize;
102def bitfield ADDRSIZE addrSize;
103def bitfield STACKSIZE stackSize;
104
105def bitfield MODE mode;
106def bitfield MODE_MODE mode.mode;
107def bitfield MODE_SUBMODE mode.submode;