mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
R600/SI: Don't print scc reg in sopc assembly string
This is how the proprietary driver prints sopc instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d712a6373
commit
d996c4b8ad
@ -521,7 +521,7 @@ multiclass SOP2_64_32 <sop2 op, string opName, list<dag> pattern> : SOP2_m <
|
||||
class SOPC_Helper <bits<7> op, RegisterOperand rc, ValueType vt,
|
||||
string opName, PatLeaf cond> : SOPC <
|
||||
op, (outs SCCReg:$dst), (ins rc:$src0, rc:$src1),
|
||||
opName#" $dst, $src0, $src1", []>;
|
||||
opName#" $src0, $src1", []>;
|
||||
|
||||
class SOPC_32<bits<7> op, string opName, PatLeaf cond = COND_NULL>
|
||||
: SOPC_Helper<op, SSrc_32, i32, opName, cond>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user