From: Gabe Black Date: Wed, 5 Sep 2007 06:38:34 +0000 (-0700) Subject: X86: Hook in the fp arithmetic instructions. Stale python made it work before. X-Git-Tag: m5_2.0_beta4~127 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=760240176a8ef3198daa728f0080e41de4d9430a;p=gem5.git X86: Hook in the fp arithmetic instructions. Stale python made it work before. --HG-- extra : convert_revision : af27f26ae810ebaae13faa572c5b4eb074620d91 --- diff --git a/src/arch/x86/isa/insts/sse/__init__.py b/src/arch/x86/isa/insts/sse/__init__.py index 0377c3171..2d79b7cdf 100644 --- a/src/arch/x86/isa/insts/sse/__init__.py +++ b/src/arch/x86/isa/insts/sse/__init__.py @@ -54,7 +54,9 @@ # Authors: Gabe Black categories = ["move", - "convert"] + "convert", + "add_and_subtract", + "multiply_and_divide"] microcode = ''' # SSE instructions