From 760240176a8ef3198daa728f0080e41de4d9430a Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 4 Sep 2007 23:38:34 -0700 Subject: X86: Hook in the fp arithmetic instructions. Stale python made it work before. --HG-- extra : convert_revision : af27f26ae810ebaae13faa572c5b4eb074620d91 --- src/arch/x86/isa/insts/sse/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/arch/x86/isa/insts') 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 -- cgit v1.2.3