From 0ef3dcc27b0fd03df0aa38a4af05bf536be29c49 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Fri, 17 Jul 2015 11:31:22 -0500 Subject: x86: decode instructions with vex prefix This patch updates the x86 decoder so that it can decode instructions with vex prefix. It also updates the isa with opcodes from vex opcode maps 1, 2 and 3. Note that none of the instructions have been implemented yet. The implementations would be provided in due course of time. --- src/arch/x86/isa/decoder/decoder.isa | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/isa/decoder/decoder.isa') diff --git a/src/arch/x86/isa/decoder/decoder.isa b/src/arch/x86/isa/decoder/decoder.isa index eaa579817..07006fe1a 100644 --- a/src/arch/x86/isa/decoder/decoder.isa +++ b/src/arch/x86/isa/decoder/decoder.isa @@ -49,6 +49,7 @@ decode LEGACY_LOCK default Unknown::unknown() ##include "two_byte_opcodes.isa" ##include "three_byte_0f38_opcodes.isa" ##include "three_byte_0f3a_opcodes.isa" + ##include "vex_opcodes.isa" } //Lock prefix ##include "locked_opcodes.isa" -- cgit v1.2.3