This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : VPUNPCK and VUNPCK implemantation
ClosedPublic

Authored by igorb on Jul 26 2015, 5:58 AM.

Details

Summary

Implemented encoding and intrinsics of the following instructions

vunpckhps/pd, vunpcklps/pd, 
vpunpcklbw, vpunpckhbw, vpunpcklwd, vpunpckhwd, vpunpckldq, vpunpckhdq, vpunpcklqdq, vpunpckhqdq

Added tests for intrinsics and encoding.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 30651.Jul 26 2015, 5:58 AM
igorb retitled this revision from to AVX512 : VPUNPCK and VUNPCK implemantation.
igorb updated this object.
igorb added reviewers: delena, AsafBadouh.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
igorb updated this revision to Diff 30652.Jul 26 2015, 6:48 AM
This revision was automatically updated to reflect the committed changes.