Deleted Added
sdiff udiff text old ( 6759:98101a5f7ee4 ) new ( 7101:cc7b579ba8b2 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright
9// notice, this list of conditions and the following disclaimer;
10// redistributions in binary form must reproduce the above copyright

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

51def bitfield MISC_OPCODE miscOpcode;
52def bitfield OPC2 opc2;
53def bitfield OPCODE_7 opcode7;
54def bitfield OPCODE_4 opcode4;
55
56def bitfield IS_MISC isMisc;
57def bitfield SEVEN_AND_FOUR sevenAndFour;
58
59// Other
60def bitfield COND_CODE condCode;
61def bitfield S_FIELD sField;
62def bitfield RN rn;
63def bitfield RD rd;
64def bitfield SHIFT_SIZE shiftSize;
65def bitfield SHIFT shift;
66def bitfield RM rm;

--- 35 unchanged lines hidden ---