V3_L_mac_int

Multiply two 32-bit integer values, and add the lower 32-bits of the product to 32-bit integer value, generating a 32-bit result (using the IMAC32 instruction).

Prototype
  Word32 V3_L_mac_int(Word32 laccum, Word32 slinp1, Word32 slinp2)