mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
R600/SI: Enable named operand table for DS instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214217 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5479b927d6
commit
8b891ea63e
@ -501,6 +501,7 @@ class DS <bits<8> op, dag outs, dag ins, string asm, list<dag> pattern> :
|
|||||||
InstSI <outs, ins, asm, pattern> , DSe<op> {
|
InstSI <outs, ins, asm, pattern> , DSe<op> {
|
||||||
|
|
||||||
let LGKM_CNT = 1;
|
let LGKM_CNT = 1;
|
||||||
|
let UseNamedOperandTable = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
class MUBUF <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
|
class MUBUF <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user