projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59d219
)
ARM: Add a bitfield for setting the regular, inst bits of an ExtMachInst.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:00 +0000
(12:58 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:00 +0000
(12:58 -0500)
src/arch/arm/types.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/types.hh
b/src/arch/arm/types.hh
index 456d65ce05c420887ad6af29719cf316e00f8762..adc90ba5d37090a6ec6dce67495ccbfdadeee7a0 100644
(file)
--- a/
src/arch/arm/types.hh
+++ b/
src/arch/arm/types.hh
@@
-59,6
+59,8
@@
namespace ArmISA
Bitfield<33> sevenAndFour;
Bitfield<32> isMisc;
+ uint32_t instBits;
+
// All the different types of opcode fields.
Bitfield<27, 25> encoding;
Bitfield<25> useImm;