mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
R600: BCNT_INT is a vector only instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a542ff2804
commit
7ae77a1b1e
@ -326,7 +326,7 @@ def MUL_UINT24_eg : R600_2OP <0xB5, "MUL_UINT24",
|
||||
def DOT4_eg : DOT4_Common<0xBE>;
|
||||
defm CUBE_eg : CUBE_Common<0xC0>;
|
||||
|
||||
def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop>;
|
||||
def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop, VecALU>;
|
||||
|
||||
let hasSideEffects = 1 in {
|
||||
def MOVA_INT_eg : R600_1OP <0xCC, "MOVA_INT", [], VecALU>;
|
||||
|
Loading…
Reference in New Issue
Block a user