From d79a591608106b1de4bf2cbc9b9eb31ed5bf14e9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 7 Aug 2007 15:23:01 -0700 Subject: X86: Add a format to handle string instructions which can use the repe and repne prefixes. --HG-- extra : convert_revision : 205fbbb947258bc0ef2915e22d5b32a3df1a1ce2 --- src/arch/x86/isa/formats/formats.isa | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/arch/x86/isa/formats/formats.isa') diff --git a/src/arch/x86/isa/formats/formats.isa b/src/arch/x86/isa/formats/formats.isa index 1e7bb4a74..6906413c0 100644 --- a/src/arch/x86/isa/formats/formats.isa +++ b/src/arch/x86/isa/formats/formats.isa @@ -99,6 +99,10 @@ //thing on a variety of inputs ##include "multi.isa" +//Include a format which implements an extra layer of decoding to handle the +//repe and repne prefixes +##include "string.isa" + //Include a format which makes instructions who's sole purpose is to generate //a syscall. ##include "syscall.isa" -- cgit v1.2.3