From: Gabe Black Date: Tue, 19 Jun 2007 14:15:21 +0000 (+0000) Subject: Add a stack size bitfield and expose the mode component of the ExtMachInst. X-Git-Tag: m5_2.0_beta4~335^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8caef7d25a6a150fa6369234bbdc8c14ef637df8;p=gem5.git Add a stack size bitfield and expose the mode component of the ExtMachInst. --HG-- extra : convert_revision : aad0ec51745fb94335898b0565bb11c1b399bbee --- diff --git a/src/arch/x86/isa/bitfields.isa b/src/arch/x86/isa/bitfields.isa index 82fa4f25b..8707bbb4c 100644 --- a/src/arch/x86/isa/bitfields.isa +++ b/src/arch/x86/isa/bitfields.isa @@ -100,3 +100,8 @@ def bitfield SIB_BASE sib.base; def bitfield OPSIZE opSize; def bitfield ADDRSIZE addrSize; +def bitfield STACKSIZE stackSize; + +def bitfield MODE mode; +def bitfield MODE_MODE mode.mode; +def bitfield MODE_SUBMODE mode.submode;