bitfields.isa (6749:ac658ad78659) bitfields.isa (6759:98101a5f7ee4)
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

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

44def bitfield OPCODE_23_21 opcode23_21;
45def bitfield OPCODE_22 opcode22;
46def bitfield OPCODE_20 opcode20;
47def bitfield OPCODE_19 opcode19;
48def bitfield OPCODE_18 opcode18;
49def bitfield OPCODE_15_12 opcode15_12;
50def bitfield OPCODE_15 opcode15;
51def bitfield MISC_OPCODE miscOpcode;
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

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

44def bitfield OPCODE_23_21 opcode23_21;
45def bitfield OPCODE_22 opcode22;
46def bitfield OPCODE_20 opcode20;
47def bitfield OPCODE_19 opcode19;
48def bitfield OPCODE_18 opcode18;
49def bitfield OPCODE_15_12 opcode15_12;
50def bitfield OPCODE_15 opcode15;
51def bitfield MISC_OPCODE miscOpcode;
52def bitfield OPC2 opc2;
52def bitfield OPCODE_7 opcode7;
53def bitfield OPCODE_4 opcode4;
54
55def bitfield IS_MISC isMisc;
56def bitfield SEVEN_AND_FOUR sevenAndFour;
57
58// Other
59def bitfield COND_CODE condCode;

--- 41 unchanged lines hidden ---
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;

--- 41 unchanged lines hidden ---