x86 ISA: Implement the sse3 haddps instruction.
authorMarc Orr <marc.orr@gmail.com>
Sat, 19 May 2012 11:32:25 +0000 (04:32 -0700)
committerMarc Orr <marc.orr@gmail.com>
Sat, 19 May 2012 11:32:25 +0000 (04:32 -0700)
commit16a559c9c66b3e810860b59c4099527b38a5337e
tree959671bca23e7951e2ff05cba70bc91e73470c61
parent250c40799dd5e3bf1d7ebead8ddd894b8cb8c528
x86 ISA: Implement the sse3 haddps instruction.

Shuffle the 32 bit values into position, and then add in parallel.
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/simd128/floating_point/arithmetic/horizontal_addition.py