types.hh (6741:73d89772f409) types.hh (6743:f9e317156e45)
1/*
2 * Copyright (c) 2007-2008 The Florida State University
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

45
46 // All the different types of opcode fields.
47 Bitfield<27, 25> encoding;
48 Bitfield<24, 21> opcode;
49 Bitfield<24, 20> mediaOpcode;
50 Bitfield<24> opcode24;
51 Bitfield<23, 20> opcode23_20;
52 Bitfield<23, 21> opcode23_21;
1/*
2 * Copyright (c) 2007-2008 The Florida State University
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

45
46 // All the different types of opcode fields.
47 Bitfield<27, 25> encoding;
48 Bitfield<24, 21> opcode;
49 Bitfield<24, 20> mediaOpcode;
50 Bitfield<24> opcode24;
51 Bitfield<23, 20> opcode23_20;
52 Bitfield<23, 21> opcode23_21;
53 Bitfield<20> opcode20;
53 Bitfield<22> opcode22;
54 Bitfield<19> opcode19;
55 Bitfield<18> opcode18;
56 Bitfield<15, 12> opcode15_12;
57 Bitfield<15> opcode15;
58 Bitfield<7, 4> miscOpcode;
59 Bitfield<7> opcode7;
60 Bitfield<4> opcode4;

--- 112 unchanged lines hidden ---
54 Bitfield<22> opcode22;
55 Bitfield<19> opcode19;
56 Bitfield<18> opcode18;
57 Bitfield<15, 12> opcode15_12;
58 Bitfield<15> opcode15;
59 Bitfield<7, 4> miscOpcode;
60 Bitfield<7> opcode7;
61 Bitfield<4> opcode4;

--- 112 unchanged lines hidden ---