This is an archive of the discontinued LLVM Phabricator instance.

[X86][IFMA] adding intrinsics and encoding for multiply and add of unsinged 52bit integer
ClosedPublic

Authored by AsafBadouh on Jan 21 2016, 8:01 AM.

Details

Summary

VPMADD52LUQ - Packed Multiply of Unsigned 52-bit Integers and Add the Low 52-bit Products to Qword Accumulators
VPMADD52HUQ - Packed Multiply of Unsigned 52-bit Unsigned Integers and Add High 52-bit Products to 64-bit Accumulators

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 45530.Jan 21 2016, 8:01 AM
AsafBadouh retitled this revision from to [X86][IFMA] adding intrinsics and encoding for multiply and add of unsinged 52bit integer.
AsafBadouh updated this object.
AsafBadouh added reviewers: delena, igorb, m_zuckerman.
AsafBadouh set the repository for this revision to rL LLVM.
AsafBadouh added a subscriber: llvm-commits.
delena accepted this revision.Jan 25 2016, 2:10 AM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 25 2016, 2:10 AM
This revision was automatically updated to reflect the committed changes.