types.hh (6723:ea7c71a3433a) types.hh (6741:73d89772f409)
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;

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

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<22> opcode22;
54 Bitfield<19> opcode19;
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;

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

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<22> opcode22;
54 Bitfield<19> opcode19;
55 Bitfield<18> opcode18;
55 Bitfield<15, 12> opcode15_12;
56 Bitfield<15> opcode15;
57 Bitfield<7, 4> miscOpcode;
58 Bitfield<7> opcode7;
59 Bitfield<4> opcode4;
60
61 Bitfield<31, 28> condCode;
62 Bitfield<20> sField;

--- 109 unchanged lines hidden ---
56 Bitfield<15, 12> opcode15_12;
57 Bitfield<15> opcode15;
58 Bitfield<7, 4> miscOpcode;
59 Bitfield<7> opcode7;
60 Bitfield<4> opcode4;
61
62 Bitfield<31, 28> condCode;
63 Bitfield<20> sField;

--- 109 unchanged lines hidden ---