From: Maxime Martinasso Date: Sat, 3 Jan 2015 23:51:48 +0000 (-0600) Subject: x86: implements the simd128 ADDSUBPD instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a5416d575f68e416ebe713ad76dc468a59ac23c;p=gem5.git x86: implements the simd128 ADDSUBPD instruction This patch implements the simd128 ADDSUBPD instruction for the x86 architecture. Tested with a simple program in assembly language which executes the instruction. Checked that different versions of the instruction are executed by using the execution tracing option. Committed by: Nilay Vaish