From 30e777a5d3829975266ecccac965d2297a5f4985 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 4 Aug 2007 20:24:18 -0700 Subject: X86: Implement microops and instructions that manipulate the flags register. --HG-- extra : convert_revision : 566841577bf4a98cac0b65292fe0f7daf89a9203 --- src/arch/x86/miscregs.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/miscregs.hh') diff --git a/src/arch/x86/miscregs.hh b/src/arch/x86/miscregs.hh index b2294292e..8792bf6dd 100644 --- a/src/arch/x86/miscregs.hh +++ b/src/arch/x86/miscregs.hh @@ -70,6 +70,7 @@ namespace X86ISA EZFBit = 1 << 5, ZFBit = 1 << 6, SFBit = 1 << 7, + DFBit = 1 << 10, OFBit = 1 << 11 }; -- cgit v1.2.3