X86: Implement the multiply and add instructions.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 18 Aug 2009 03:15:16 +0000 (20:15 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 18 Aug 2009 03:15:16 +0000 (20:15 -0700)
commit45bae0c70f43dc04ccf485e2ea54b892a072cb0c
tree8cdc6954ef9c853b85e4d25d03a93f98e951d9c8
parent200fed31de52ec783006bb1d7c1dbcc4112e7fb3
X86: Implement the multiply and add instructions.
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/simd128/integer/arithmetic/multiply_add.py
src/arch/x86/isa/insts/simd64/integer/arithmetic/multiply_add.py