ARM: Add a bitfield for setting the regular, inst bits of an ExtMachInst.

This commit is contained in:
Gabe Black
2010-06-02 12:58:00 -05:00
parent a59d219989
commit 330d9d4dbc

View File

@@ -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;