[Hexagon] Adding shuffling resources for HVX instructions and tests for instruction...
authorColin LeMahieu <colinl@codeaurora.org>
Thu, 3 Dec 2015 21:44:28 +0000 (21:44 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Thu, 3 Dec 2015 21:44:28 +0000 (21:44 +0000)
commit70e1c7be4416f3db4a0ca9688879203428e67ac1
treeb3f5fbba5089775554fcf3f76f160bd7a5602e7e
parent03212a0ad9e68062010028bb737c69312a6ad80f
[Hexagon] Adding shuffling resources for HVX instructions and tests for instruction encodings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
test/MC/Hexagon/test.s [new file with mode: 0644]
test/MC/Hexagon/v60-alu.s [new file with mode: 0644]
test/MC/Hexagon/v60-permute.s [new file with mode: 0644]
test/MC/Hexagon/v60-shift.s [new file with mode: 0644]
test/MC/Hexagon/v60-vcmp.s [new file with mode: 0644]
test/MC/Hexagon/v60-vmem.s [new file with mode: 0644]
test/MC/Hexagon/v60-vmpy-acc.s [new file with mode: 0644]
test/MC/Hexagon/v60-vmpy1.s [new file with mode: 0644]
test/MC/Hexagon/v60lookup.s [new file with mode: 0644]