mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
R600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41e1a18885
commit
5f59fe5774
@ -128,8 +128,11 @@ def S_CMPK_LT_U32 : SOPK_32 <0x0000000d, "S_CMPK_LT_U32", []>;
|
||||
def S_CMPK_LE_U32 : SOPK_32 <0x0000000e, "S_CMPK_LE_U32", []>;
|
||||
} // End isCompare = 1
|
||||
|
||||
def S_ADDK_I32 : SOPK_32 <0x0000000f, "S_ADDK_I32", []>;
|
||||
def S_MULK_I32 : SOPK_32 <0x00000010, "S_MULK_I32", []>;
|
||||
let Defs = [SCC], isCommutable = 1 in {
|
||||
def S_ADDK_I32 : SOPK_32 <0x0000000f, "S_ADDK_I32", []>;
|
||||
def S_MULK_I32 : SOPK_32 <0x00000010, "S_MULK_I32", []>;
|
||||
}
|
||||
|
||||
//def S_CBRANCH_I_FORK : SOPK_ <0x00000011, "S_CBRANCH_I_FORK", []>;
|
||||
def S_GETREG_B32 : SOPK_32 <0x00000012, "S_GETREG_B32", []>;
|
||||
def S_SETREG_B32 : SOPK_32 <0x00000013, "S_SETREG_B32", []>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user