Deleted Added
sdiff udiff text old ( 6268:0f869e59c079 ) new ( 6269:8be7583b271c )
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

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

32//
33// Bitfield definitions.
34//
35
36// Opcode fields
37def bitfield ENCODING encoding;
38def bitfield OPCODE opcode;
39def bitfield OPCODE_24_23 opcode24_23;
40def bitfield MEDIA_OPCODE mediaOpcode;
41def bitfield MEDIA_OPCODE2 mediaOpcode2;
42def bitfield OPCODE_24 opcode24;
43def bitfield OPCODE_23_20 opcode23_20;
44def bitfield OPCODE_23_21 opcode23_21;
45def bitfield OPCODE_23 opcode23;
46def bitfield OPCODE_22_8 opcode22_8;
47def bitfield OPCODE_22_21 opcode22_21;
48def bitfield OPCODE_22 opcode22;
49def bitfield OPCODE_21_20 opcode21_20;

--- 123 unchanged lines hidden ---