bitfields.isa (6743:f9e317156e45) bitfields.isa (6749:ac658ad78659)
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

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

33// Bitfield definitions.
34//
35
36// Opcode fields
37def bitfield ENCODING encoding;
38def bitfield OPCODE opcode;
39def bitfield MEDIA_OPCODE mediaOpcode;
40def bitfield MEDIA_OPCODE2 mediaOpcode2;
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

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

33// Bitfield definitions.
34//
35
36// Opcode fields
37def bitfield ENCODING encoding;
38def bitfield OPCODE opcode;
39def bitfield MEDIA_OPCODE mediaOpcode;
40def bitfield MEDIA_OPCODE2 mediaOpcode2;
41def bitfield USEIMM useImm;
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;
46def bitfield OPCODE_19 opcode19;
47def bitfield OPCODE_18 opcode18;
48def bitfield OPCODE_15_12 opcode15_12;

--- 51 unchanged lines hidden ---
42def bitfield OPCODE_24 opcode24;
43def bitfield OPCODE_23_20 opcode23_20;
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;

--- 51 unchanged lines hidden ---