bitfields.isa (6275:4a392427117d) bitfields.isa (6741:73d89772f409)
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

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

38def bitfield OPCODE opcode;
39def bitfield MEDIA_OPCODE mediaOpcode;
40def bitfield MEDIA_OPCODE2 mediaOpcode2;
41def bitfield OPCODE_24 opcode24;
42def bitfield OPCODE_23_20 opcode23_20;
43def bitfield OPCODE_23_21 opcode23_21;
44def bitfield OPCODE_22 opcode22;
45def bitfield OPCODE_19 opcode19;
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

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

38def bitfield OPCODE opcode;
39def bitfield MEDIA_OPCODE mediaOpcode;
40def bitfield MEDIA_OPCODE2 mediaOpcode2;
41def bitfield OPCODE_24 opcode24;
42def bitfield OPCODE_23_20 opcode23_20;
43def bitfield OPCODE_23_21 opcode23_21;
44def bitfield OPCODE_22 opcode22;
45def bitfield OPCODE_19 opcode19;
46def bitfield OPCODE_18 opcode18;
46def bitfield OPCODE_15_12 opcode15_12;
47def bitfield OPCODE_15 opcode15;
48def bitfield MISC_OPCODE miscOpcode;
49def bitfield OPCODE_7 opcode7;
50def bitfield OPCODE_4 opcode4;
51
52def bitfield IS_MISC isMisc;
53def bitfield SEVEN_AND_FOUR sevenAndFour;

--- 44 unchanged lines hidden ---
47def bitfield OPCODE_15_12 opcode15_12;
48def bitfield OPCODE_15 opcode15;
49def bitfield MISC_OPCODE miscOpcode;
50def bitfield OPCODE_7 opcode7;
51def bitfield OPCODE_4 opcode4;
52
53def bitfield IS_MISC isMisc;
54def bitfield SEVEN_AND_FOUR sevenAndFour;

--- 44 unchanged lines hidden ---