From 330d9d4dbc8f57479f5db7ead66af5652f853145 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Jun 2010 12:58:00 -0500 Subject: [PATCH] ARM: Add a bitfield for setting the regular, inst bits of an ExtMachInst. --- src/arch/arm/types.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh index 456d65ce0..adc90ba5d 100644 --- 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; -- 2.30.2