types.hh (6749:ac658ad78659) types.hh (6759:98101a5f7ee4)
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;

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

53 Bitfield<23, 21> opcode23_21;
54 Bitfield<20> opcode20;
55 Bitfield<22> opcode22;
56 Bitfield<19> opcode19;
57 Bitfield<18> opcode18;
58 Bitfield<15, 12> opcode15_12;
59 Bitfield<15> opcode15;
60 Bitfield<7, 4> miscOpcode;
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;

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

53 Bitfield<23, 21> opcode23_21;
54 Bitfield<20> opcode20;
55 Bitfield<22> opcode22;
56 Bitfield<19> opcode19;
57 Bitfield<18> opcode18;
58 Bitfield<15, 12> opcode15_12;
59 Bitfield<15> opcode15;
60 Bitfield<7, 4> miscOpcode;
61 Bitfield<7,5> opc2;
61 Bitfield<7> opcode7;
62 Bitfield<4> opcode4;
63
64 Bitfield<31, 28> condCode;
65 Bitfield<20> sField;
66 Bitfield<19, 16> rn;
67 Bitfield<15, 12> rd;
68 Bitfield<11, 7> shiftSize;

--- 106 unchanged lines hidden ---
62 Bitfield<7> opcode7;
63 Bitfield<4> opcode4;
64
65 Bitfield<31, 28> condCode;
66 Bitfield<20> sField;
67 Bitfield<19, 16> rn;
68 Bitfield<15, 12> rd;
69 Bitfield<11, 7> shiftSize;

--- 106 unchanged lines hidden ---