x86: implements the simd128 ADDSUBPD instruction
authorMaxime Martinasso <maxime.cscs@gmail.com>
Sat, 3 Jan 2015 23:51:48 +0000 (17:51 -0600)
committerMaxime Martinasso <maxime.cscs@gmail.com>
Sat, 3 Jan 2015 23:51:48 +0000 (17:51 -0600)
commit5a5416d575f68e416ebe713ad76dc468a59ac23c
treeedebb20dcac36135e1a72ce824e55bac6f5e1348
parent02c376ac44584484268bd714a45fa0f0265a896a
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 <nilay@cs.wisc.edu
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/simd128/floating_point/arithmetic/simultaneous_addition_and_subtraction.py