bitfields.isa (6251:1d794d81a4e6) bitfields.isa (6267:f5edd0f709e4)
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

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

56def bitfield OPCODE_7_5 opcode7_5;
57def bitfield OPCODE_7_6 opcode7_6;
58def bitfield OPCODE_7 opcode7;
59def bitfield OPCODE_6_5 opcode6_5;
60def bitfield OPCODE_6 opcode6;
61def bitfield OPCODE_5 opcode5;
62def bitfield OPCODE_4 opcode4;
63
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

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

56def bitfield OPCODE_7_5 opcode7_5;
57def bitfield OPCODE_7_6 opcode7_6;
58def bitfield OPCODE_7 opcode7;
59def bitfield OPCODE_6_5 opcode6_5;
60def bitfield OPCODE_6 opcode6;
61def bitfield OPCODE_5 opcode5;
62def bitfield OPCODE_4 opcode4;
63
64def bitfield IS_MISC isMisc;
65def bitfield SEVEN_AND_FOUR sevenAndFour;
66
64// Other
65def bitfield COND_CODE condCode;
66def bitfield S_FIELD sField;
67def bitfield RN rn;
68def bitfield RD rd;
69def bitfield SHIFT_SIZE shiftSize;
70def bitfield SHIFT shift;
71def bitfield RM rm;

--- 97 unchanged lines hidden ---
67// Other
68def bitfield COND_CODE condCode;
69def bitfield S_FIELD sField;
70def bitfield RN rn;
71def bitfield RD rd;
72def bitfield SHIFT_SIZE shiftSize;
73def bitfield SHIFT shift;
74def bitfield RM rm;

--- 97 unchanged lines hidden ---