bitfields.isa (6741:73d89772f409) bitfields.isa (6743:f9e317156e45)
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

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

37def bitfield ENCODING encoding;
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;
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

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

37def bitfield ENCODING encoding;
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_20 opcode20;
45def bitfield OPCODE_19 opcode19;
46def bitfield OPCODE_18 opcode18;
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

--- 46 unchanged lines hidden ---
46def bitfield OPCODE_19 opcode19;
47def bitfield OPCODE_18 opcode18;
48def bitfield OPCODE_15_12 opcode15_12;
49def bitfield OPCODE_15 opcode15;
50def bitfield MISC_OPCODE miscOpcode;
51def bitfield OPCODE_7 opcode7;
52def bitfield OPCODE_4 opcode4;
53

--- 46 unchanged lines hidden ---